Skip to content

Commit

Permalink
Bump crates
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed Feb 4, 2024
1 parent c10741e commit ddb0db6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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/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.0"
version = "0.2.1"
edition = "2021"
resolver = "2"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/xwt-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xwt-tests"
version = "0.4.0"
version = "0.4.1"
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.4.6"
version = "0.4.7"
edition = "2021"
resolver = "2"
license = "MIT"
Expand Down Expand Up @@ -35,7 +35,7 @@ web-sys = { version = "0.3", features = [
] }

[target.'cfg(target_family = "wasm")'.dev-dependencies]
xwt-tests = { version = "0.4", path = "../xwt-tests" }
xwt-tests = { version = "0.4.1", path = "../xwt-tests" }
xwt-test-assets = { version = "0.1", path = "../xwt-test-assets" }
xwt-web-utils = { version = "0.1", path = "../xwt-web-utils" }
xwt-cert-utils = { version = "0.1", path = "../xwt-cert-utils" }
Expand Down
4 changes: 2 additions & 2 deletions 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.4"
version = "0.2.5"
edition = "2021"
resolver = "2"
license = "MIT"
Expand All @@ -15,7 +15,7 @@ xwt-core = { version = "0.2", path = "../xwt-core", default-features = false }
wtransport = { version = "0.1.10" }

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies]
xwt-tests = { version = "0.4", path = "../xwt-tests" }
xwt-tests = { version = "0.4.1", path = "../xwt-tests" }
xwt-test-assets = { version = "0.1", path = "../xwt-test-assets" }

anyhow = "1"
Expand Down

0 comments on commit ddb0db6

Please sign in to comment.