Skip to content

Commit

Permalink
Use workspace version of num-traits
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Jun 28, 2024
1 parent 5114699 commit 55e2094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler/noirc_driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ rust-embed.workspace = true
tracing.workspace = true

aztec_macros = { path = "../../aztec_macros" }
num-traits = "0.2.19"
num-traits.workspace = true
2 changes: 1 addition & 1 deletion compiler/noirc_evaluator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ im.workspace = true
serde.workspace = true
tracing.workspace = true
chrono = "0.4.37"
num-traits = "0.2.19"
num-traits.workspace = true

0 comments on commit 55e2094

Please sign in to comment.