Skip to content

Commit d6ba0f3

Browse files
committed
Deps: add num-traits to workspace
1 parent 83b0866 commit d6ba0f3

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ mina-signer = { git = "https://github.com/o1-labs/proof-systems", rev = "c513810
7272
num-bigint = { version = "0.4.6" }
7373
num-bigint-generic = { path = "./vendor/num-bigint-generic" }
7474
num-rational-generic = { path = "./vendor/num-rational-generic" }
75+
num-traits = "0.2"
7576
o1-utils = { git = "https://github.com/o1-labs/proof-systems", rev = "c513810dddec410c4065df359a66b1adfdf1aa23" }
7677
poly-commitment = { git = "https://github.com/o1-labs/proof-systems", rev = "c513810dddec410c4065df359a66b1adfdf1aa23" }
7778
poseidon = { path = "poseidon" }

producer-dashboard/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ graphql_client = { version = "0.14", features = ["reqwest"] }
1616
mina-node-account = { workspace = true }
1717
mina-p2p-messages = { workspace = true }
1818
num-bigint = { workspace = true }
19-
num-traits = "0.2"
19+
num-traits = { workspace = true }
2020
reqwest = { version = "0.11", features = ["json"] }
2121
serde = { version = "1.0", features = ["derive"] }
2222
serde_json = { version = "1.0.83" }

vrf/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ mina-signer = { workspace = true }
1919
num = { version = "0.4", features = ["std"] }
2020
num-bigint-generic = { workspace = true }
2121
num-rational-generic = { workspace = true }
22+
num-traits = { workspace = true, features = ["std"] }
2223
o1-utils = { workspace = true }
2324
poseidon = { workspace = true }
2425
redux = { workspace = true }

0 commit comments

Comments
 (0)