Skip to content

Commit

Permalink
Merge pull request #95 from Totodore/chore-deps-v0.5.1
Browse files Browse the repository at this point in the history
chore(deps): Release 0.5.1
  • Loading branch information
Totodore authored Oct 10, 2023
2 parents 6bf1110 + 02b10d7 commit 1bbcb4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 engineioxide/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "engineioxide"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
rust-version = "1.63.0"

Expand Down
4 changes: 2 additions & 2 deletions socketioxide/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "socketioxide"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
rust-version = "1.63.0"

Expand All @@ -18,7 +18,7 @@ license = "MIT"
readme = "../README.md"

[dependencies]
engineioxide = { path = "../engineioxide", version = "0.5.0" }
engineioxide = { path = "../engineioxide", version = "0.5.1" }
futures = "0.3.27"
tokio = "1.26.0"
serde = { version = "1.0.155", features = ["derive"] }
Expand Down

0 comments on commit 1bbcb4b

Please sign in to comment.