Skip to content

Commit

Permalink
Update noah version (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
findora-sun authored May 13, 2023
1 parent 94dab5c commit 350f508
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ evm-precompile-utils = { path = "../utils"}
tracing = "0.1"
module-evm = { path = "../../../../modules/evm"}
num_enum = { version = "0.5.4", default-features = false }
noah-algebra = { git = "https://github.com/FindoraNetwork/noah", tag = "v0.4.3" }
noah-crypto = { git = "https://github.com/FindoraNetwork/noah", tag = "v0.4.3" }
noah-algebra = { git = "https://github.com/FindoraNetwork/noah", tag = "v0.4.3-1" }
noah-crypto = { git = "https://github.com/FindoraNetwork/noah", tag = "v0.4.3-1" }

[dev-dependencies]
baseapp = { path = "../../../../baseapp" }
Expand Down
4 changes: 2 additions & 2 deletions src/ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ ruc = "1.0"
zei = { git = "https://github.com/FindoraNetwork/zei", branch = "stable-main" }
zeiutils = { package = "utils", git = "https://github.com/FindoraNetwork/zei", branch = "stable-main" }
bulletproofs = { package = "bulletproofs", git = "https://github.com/FindoraNetwork/bp", rev = "57633a", features = ["yoloproofs"] }
noah-algebra = { git = "https://github.com/FindoraNetwork/noah", tag = "v0.4.3" }
noah-crypto = { git = "https://github.com/FindoraNetwork/noah", tag = "v0.4.3" }
noah-algebra = { git = "https://github.com/FindoraNetwork/noah", tag = "v0.4.3-1" }
noah-crypto = { git = "https://github.com/FindoraNetwork/noah", tag = "v0.4.3-1" }
fbnc = { version = "0.2.9", default-features = false}

num-bigint = "0.4.3"
Expand Down

0 comments on commit 350f508

Please sign in to comment.