Skip to content

Commit

Permalink
Merge pull request #19 from freenet/bump-versions
Browse files Browse the repository at this point in the history
bump versions
  • Loading branch information
al8n authored Jun 6, 2024
2 parents ecc7e14 + 225327d commit 90b3192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ freenet-macros = { path = "../rust-macros", version = "0.0.5" }

[target.'cfg(any(unix, windows))'.dependencies]
tokio = { version = "1", optional = true, features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
tokio-tungstenite = { version = "0.21", optional = true }
tokio-tungstenite = { version = "0.23", optional = true }
serde_with = { version = "3" }

[target.'cfg(target_family = "wasm")'.dependencies]
Expand Down

0 comments on commit 90b3192

Please sign in to comment.