Skip to content

Commit

Permalink
tokio version revert
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanavKhaitan committed Nov 21, 2024
1 parent 60b80ab commit 821c1b6
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 @@ -115,4 +115,4 @@ sp1-sdk = { git = "https://github.com/succinctlabs/sp1.git", rev = "37629f6afd54
sp1-helper = { git = "https://github.com/succinctlabs/sp1.git", rev = "37629f6afd54c08180889d71777824c7e48642d3", default-features = false }
sp1-build = "3.1.0"

tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros", "sync", "time"], default-features = false }
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "time"], default-features = false }

0 comments on commit 821c1b6

Please sign in to comment.