Skip to content

Commit

Permalink
Bump crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed Feb 21, 2024
1 parent 1c8bc16 commit 6b28ff9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/web-sys-async-io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "web-sys-async-io"
version = "0.2.5"
version = "0.3.0"
edition = "2021"
resolver = "2"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/xwt-test-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xwt-test-server"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
resolver = "2"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions crates/xwt-web-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xwt-web-sys"
version = "0.5.1"
version = "0.6.0"
edition = "2021"
resolver = "2"
license = "MIT"
Expand All @@ -16,7 +16,7 @@ rustc-args = ["--cfg=web_sys_unstable_apis"]

[target.'cfg(target_family = "wasm")'.dependencies]
xwt-core = { version = "0.2.2", path = "../xwt-core", default-features = false }
web-sys-async-io = { version = "0.2.5", path = "../web-sys-async-io" }
web-sys-async-io = { version = "0.3", path = "../web-sys-async-io" }
web-sys-stream-utils = { version = "0.2", path = "../web-sys-stream-utils" }

tokio = { version = "1", default-features = false, features = ["sync"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/xwt-wtransport/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xwt-wtransport"
version = "0.2.6"
version = "0.2.7"
edition = "2021"
resolver = "2"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions crates/xwt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xwt"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
resolver = "2"
license = "MIT"
Expand All @@ -22,7 +22,7 @@ targets = [
rustflags = ["--cfg=web_sys_unstable_apis"]

[target.'cfg(target_family = "wasm")'.dependencies]
xwt-web-sys = { version = "0.5", path = "../xwt-web-sys", default-features = false }
xwt-web-sys = { version = "0.6", path = "../xwt-web-sys", default-features = false }

[target.'cfg(not(target_family = "wasm"))'.dependencies]
xwt-wtransport = { version = "0.2", path = "../xwt-wtransport", default-features = false }

0 comments on commit 6b28ff9

Please sign in to comment.