Skip to content

Commit

Permalink
chore: fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Kindi-0 committed Oct 28, 2024
1 parent 831bf3d commit bb307b7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 36 deletions.
50 changes: 15 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ winter-utils = { package = "winter-utils", version = "0.10", default-features =
[dev-dependencies]
loom = "0.7"
proptest = "1.5"
rand_utils = { git = "https://github.com/facebook/winterfell", branch = "next", package = "winter-rand-utils" }
rand-utils = { package = "winter-rand-utils", version = "0.10" }

[target.'cfg(loom)'.dependencies]
loom = "0.7"
Expand Down

0 comments on commit bb307b7

Please sign in to comment.