Skip to content

Commit f0b0c76

Browse files
committed
Release 0.23.0
ssd@0.23.0 ssd-data@0.23.0 Generated by cargo-workspaces
1 parent d030151 commit f0b0c76

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exclude = ["generators/wasm-example", "web"]
55
resolver = "2"
66

77
[workspace.package]
8-
version = "0.22.0"
8+
version = "0.23.0"
99
edition = "2024"
1010
license-file = "LICENSE"
1111
description = "A service and data description format + a code generator based on rhai scripts and templates"

web/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ publish = false
77
[dependencies]
88
dioxus = "0.4.3"
99
dioxus-web = "0.4.3"
10-
ssd = { version = "0.22.0", path = "../crates/ssd", default-features = false, features = ["_web"] }
11-
web-sys = "0.3.66"
10+
ssd = { version = "0.23.0", path = "../crates/ssd", default-features = false, features = ["_web"] }
11+
web-sys = "0.3.66"

0 commit comments

Comments
 (0)