Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
crStiv authored Feb 24, 2025
1 parent 69e901f commit ad1a3a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tooling/nargo_toml/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,8 @@ mod tests {
compiler_version = "*"
[dependencies]
rand = { tag = "next", git = "https://github.com/rust-lang-nursery/rand"}
cool = { tag = "next", git = "https://github.com/rust-lang-nursery/rand"}
rand = { tag = "next", git = "https://github.com/rust-random/rand"}
cool = { tag = "next", git = "https://github.com/rust-random/rand"}
hello = {path = "./noir_driver"}
"#;

Expand Down

0 comments on commit ad1a3a8

Please sign in to comment.