Skip to content

Commit

Permalink
chore(deps): bump to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Totodore authored Jan 2, 2024
1 parent 5174e35 commit 6032ffb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.10.0
## socketioxide
* Rework for `emit_with_ack` fns. It now returns an `AckStream` that can be used either as a future when expecting one ack or as a stream when expecting multiple acks. When expecting multiple acks the `AckStream` will yield `AckResult`s as well as their corresponding socket `id`.

# 0.9.1
## socketioxide
* Add `SocketIo::get_socket` and `Operators::get_socket` methods to get a socket ref from its id.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ salvo = { version = "0.63.0", features = ["tower-compat"] }
rust_socketio = { version = "0.4.2", features = ["async"] }

[workspace.package]
version = "0.9.1"
version = "0.10.0"
edition = "2021"
rust-version = "1.67.0"
authors = ["Théodore Prévot <"]
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.9.1" }
engineioxide = { path = "../engineioxide", version = "0.10" }
futures.workspace = true
tokio = { workspace = true, features = ["rt", "time"] }
serde.workspace = true
Expand Down

0 comments on commit 6032ffb

Please sign in to comment.