Skip to content

Commit 3ecc207

Browse files
authored
chore(deps): bump to v0.12.0
1 parent 8a38bea commit 3ecc207

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[workspace.package]
2-
version = "0.11.1"
2+
version = "0.12.0"
33
edition = "2021"
44
rust-version = "1.75.0"
55
authors = ["Théodore Prévot <"]
66
repository = "https://github.com/totodore/socketioxide"
77
homepage = "https://github.com/totodore/socketioxide"
88
keywords = ["socketio", "tower", "axum", "hyper", "websocket"]
99
categories = [
10-
"asynchronous",
11-
"network-programming",
12-
"web-programming::websocket",
10+
"asynchronous",
11+
"network-programming",
12+
"web-programming::websocket",
1313
]
1414
license = "MIT"
1515

socketioxide/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "../README.md"
1414

1515

1616
[dependencies]
17-
engineioxide = { path = "../engineioxide", version = "0.11.1" }
17+
engineioxide = { path = "../engineioxide", version = "0.12.0" }
1818
futures.workspace = true
1919
tokio = { workspace = true, features = ["rt", "time"] }
2020
serde.workspace = true

0 commit comments

Comments
 (0)