Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
hardliner66 committed Apr 25, 2024
1 parent 7f5c7be commit 1376c9d
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.20.0"
version = "0.20.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.20.0", path = "crates/ssd", default-features = false, features = ["_web"] }
ssd = { version = "0.20.1", path = "crates/ssd", default-features = false, features = ["_web"] }
web-sys = "0.3.66"

[workspace]
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.20.0"
version = "0.20.1"
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.20.0"
version = "0.20.1"
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.20.0", path = "../ssd-data", features = [
ssd-data = { version = "0.20.1", path = "../ssd-data", features = [
"_access_functions",
] }
anyhow = "1.0.70"
Expand Down

0 comments on commit 1376c9d

Please sign in to comment.