Skip to content

Commit

Permalink
chore(deps): bump to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Totodore authored Mar 20, 2024
1 parent 8a38bea commit 3ecc207
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[workspace.package]
version = "0.11.1"
version = "0.12.0"
edition = "2021"
rust-version = "1.75.0"
authors = ["Théodore Prévot <"]
repository = "https://github.com/totodore/socketioxide"
homepage = "https://github.com/totodore/socketioxide"
keywords = ["socketio", "tower", "axum", "hyper", "websocket"]
categories = [
"asynchronous",
"network-programming",
"web-programming::websocket",
"asynchronous",
"network-programming",
"web-programming::websocket",
]
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion socketioxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "../README.md"


[dependencies]
engineioxide = { path = "../engineioxide", version = "0.11.1" }
engineioxide = { path = "../engineioxide", version = "0.12.0" }
futures.workspace = true
tokio = { workspace = true, features = ["rt", "time"] }
serde.workspace = true
Expand Down

0 comments on commit 3ecc207

Please sign in to comment.