Skip to content

Commit d50c211

Browse files
committed
chore: Release
1 parent e283dbc commit d50c211

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ssd-web"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
edition = "2021"
55
publish = false
66

@@ -9,7 +9,7 @@ publish = false
99
[dependencies]
1010
dioxus = "0.4.3"
1111
dioxus-web = "0.4.3"
12-
ssd = { version = "0.19.0", path = "crates/ssd", default-features = false, features = ["_web"] }
12+
ssd = { version = "0.20.0", path = "crates/ssd", default-features = false, features = ["_web"] }
1313
web-sys = "0.3.66"
1414

1515
[workspace]

crates/ssd-data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ssd-data"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
edition = "2021"
55
license-file = "../../LICENSE"
66
description = "A service and data description format + a code generator based on rhai scripts and templates"

crates/ssd/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ssd"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
edition = "2021"
55
license-file = "../../LICENSE"
66
description = "A service and data description format + a code generator based on rhai scripts and templates"
@@ -16,7 +16,7 @@ name = "ssd"
1616
path = "src/main.rs"
1717

1818
[dependencies]
19-
ssd-data = { version = "0.19.0", path = "../ssd-data", features = [
19+
ssd-data = { version = "0.20.0", path = "../ssd-data", features = [
2020
"_access_functions",
2121
] }
2222
anyhow = "1.0.70"

0 commit comments

Comments
 (0)