Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
hardliner66 committed Jan 5, 2024
1 parent e3ed60d commit e6eb8cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssd-web"
version = "0.18.0"
version = "0.18.1"
edition = "2021"
publish = false

Expand All @@ -9,7 +9,7 @@ publish = false
[dependencies]
dioxus = "0.4.3"
dioxus-web = "0.4.3"
ssd = { version = "0.18.1", path = "crates/ssd", default-features = false, features = ["_web"] }
ssd = { version = "0.18.2", path = "crates/ssd", default-features = false, features = ["_web"] }

[workspace]
members = ["crates/ssd", "crates/ssd-data"]
Expand Down
2 changes: 1 addition & 1 deletion crates/ssd-data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssd-data"
version = "0.18.1"
version = "0.18.2"
edition = "2021"
license-file = "../../LICENSE"
description = "A service and data description format + a code generator based on rhai scripts and templates"
Expand Down
4 changes: 2 additions & 2 deletions crates/ssd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssd"
version = "0.18.1"
version = "0.18.2"
edition = "2021"
license-file = "../../LICENSE"
description = "A service and data description format + a code generator based on rhai scripts and templates"
Expand All @@ -16,7 +16,7 @@ name = "ssd"
path = "src/main.rs"

[dependencies]
ssd-data = { version = "0.18.1", path = "../ssd-data", features = [
ssd-data = { version = "0.18.2", path = "../ssd-data", features = [
"_access_functions",
] }
anyhow = "1.0.70"
Expand Down

0 comments on commit e6eb8cd

Please sign in to comment.