Skip to content

Commit

Permalink
Bump crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed Oct 30, 2023
1 parent d283bad commit e0c90f6
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.

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.1.1"
version = "0.2.0"
edition = "2021"
resolver = "2"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions crates/xwebtransport-web-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xwebtransport-web-sys"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
resolver = "2"
license = "MIT"
Expand All @@ -12,7 +12,7 @@ repository = "https://github.com/MOZGIII/xwebtransport"

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

tokio = { version = "1", default-features = false, features = [] }
Expand Down
4 changes: 2 additions & 2 deletions crates/xwebtransport/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xwebtransport"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
resolver = "2"
license = "MIT"
Expand All @@ -11,7 +11,7 @@ Write once, run anywhere. Originally intended for use with bevy.
repository = "https://github.com/MOZGIII/xwebtransport"

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

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

0 comments on commit e0c90f6

Please sign in to comment.