Skip to content

Commit

Permalink
specifies std feature for ironfish-frost in ironfish-rust-nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
hughy committed Sep 13, 2024
1 parent b099489 commit 9abbc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ironfish-rust-nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stats = ["ironfish/note-encryption-stats", "jubjub/stats", "dep:signal-hook"]
base64 = "0.13.0"
fish_hash = "0.3.0"
ironfish = { path = "../ironfish-rust" }
ironfish-frost = { git = "https://github.com/iron-fish/ironfish-frost.git", branch = "main" }
ironfish-frost = { git = "https://github.com/iron-fish/ironfish-frost.git", branch = "main", features = ["std"]}
napi = { version = "2.14.4", features = ["napi6"] }
napi-derive = "2.14.6"
jubjub = { git = "https://github.com/iron-fish/jubjub.git", branch = "blstrs", features = ["multiply-many"] }
Expand Down

0 comments on commit 9abbc9a

Please sign in to comment.