Skip to content

Commit

Permalink
v0.34.0
Browse files Browse the repository at this point in the history
Signed-off-by: Vrtgs <[email protected]>
  • Loading branch information
Vrtgs committed Aug 31, 2024
1 parent 138a8d9 commit 9715aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thirtyfour/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thirtyfour"
version = "0.33.2"
version = "0.34.0"
authors = ["Steve Pryde <[email protected]>", "Vrtgs"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -77,7 +77,7 @@ color-eyre = "0.6"
rstest = "0.22.0"
tower-http = { version = "0.5", features = ["fs"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tokio = { version = "1.39.3", features = ["rt-multi-thread"] }
tokio = { version = "1", features = ["rt-multi-thread"] }


[[example]]
Expand Down

0 comments on commit 9715aa7

Please sign in to comment.