Skip to content

Commit

Permalink
Merge pull request #173 from Totodore/chore-v0.7.2
Browse files Browse the repository at this point in the history
chore(deps): bump to v0.7.2
  • Loading branch information
Totodore authored Nov 22, 2023
2 parents 70617ef + e940ba5 commit c0e2b22
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 17 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# 0.7.2
## socketioxide
* The `on_disconnect` callback now takes a `SocketRef` rather than an `Arc<Socket>` to match other handlers. It also avoids that the user clone the socket and create a memory leak.
* Documentation improvements (see https://docs.rs/socketioxide).
* Bump library dependencies (see [release notes](https://github.com/totodore/socketioxide/releases/tag/v0.7.2)).

# 0.7.1
## socketioxide
Expand Down
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ hyper-v1 = { package = "hyper", version = "1.0.0-rc.4", features = [
] }

[workspace.package]
version = "0.7.1"
version = "0.7.2"
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.7.1" }
engineioxide = { path = "../engineioxide", version = "0.7.2" }
futures.workspace = true
tokio = { workspace = true, features = ["rt"] }
serde.workspace = true
Expand Down

0 comments on commit c0e2b22

Please sign in to comment.