Skip to content

Commit

Permalink
async-lock needs to be downgraded because it's not compatible with se…
Browse files Browse the repository at this point in the history
…quencer
  • Loading branch information
lukaszrzasik committed Aug 2, 2024
1 parent 4743e97 commit 2debc00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -63,7 +63,7 @@ ark-serialize = "0.4.2"
async-compatibility-layer = { version = "1.1", default-features = false, features = [
"logging-utils",
] }
async-lock = "3.3.0"
async-lock = "2.8"
async-std = { version = "1.9.0", features = ["unstable", "attributes"] }
async-trait = "0.1"
bincode = "1.3"
Expand Down

0 comments on commit 2debc00

Please sign in to comment.