Skip to content

Commit

Permalink
Downgrade tokio to one which compiles on 1.69
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Aug 2, 2024
1 parent 3f47f71 commit e864a8d
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 24 deletions.
108 changes: 84 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions networks/monero/ringct/fcmp++/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ edition = "2021"
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.cargo-machete]
ignored = ["ec-divisors"]

[dependencies]
std-shims = { path = "../../../../common/std-shims", version = "^0.1.1", default-features = false }

Expand All @@ -28,6 +31,7 @@ ciphersuite = { path = "../../../../crypto/ciphersuite", features = ["ed25519",

generalized-schnorr = { path = "../../../../crypto/generalized-schnorr" }
generalized-bulletproofs = { path = "../../../../crypto/generalized-bulletproofs" }
ec-divisors = { path = "../../../../crypto/divisors", features = ["ed25519"] }
generalized-bulletproofs-ec-gadgets = { path = "../../../../crypto/fcmps/ec-gadgets" }
fcmps = { package = "full-chain-membership-proofs", path = "../../../../crypto/fcmps" }

Expand Down

0 comments on commit e864a8d

Please sign in to comment.