Skip to content

Commit

Permalink
Remove patch version for futures
Browse files Browse the repository at this point in the history
It's not necessary and very easily conflicts
  • Loading branch information
bbb651 committed Oct 2, 2024
1 parent 66543d2 commit 192daa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
build = "build.rs"

[dependencies]
futures = "0.3.30"
futures = "0.3"

[dev-dependencies]
tokio = { version = "1.40.0", features = ["full"] }
Expand Down

0 comments on commit 192daa0

Please sign in to comment.