We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618cb98 commit aa92515Copy full SHA for aa92515
Cargo.toml
@@ -1,5 +1,5 @@
1
[workspace.package]
2
-version = "0.14.0"
+version = "0.14.1"
3
edition = "2021"
4
rust-version = "1.75.0"
5
authors = ["Théodore Prévot <"]
socketioxide/Cargo.toml
@@ -15,7 +15,7 @@ readme = "../README.md"
15
16
[dependencies]
17
bytes.workspace = true
18
-engineioxide = { path = "../engineioxide", version = "0.14.0" }
+engineioxide = { path = "../engineioxide", version = "0.14.1" }
19
futures-core.workspace = true
20
futures-util.workspace = true
21
tokio = { workspace = true, features = ["rt", "time"] }
0 commit comments