Skip to content

Commit

Permalink
Version rand, fix clap import
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsko committed Apr 10, 2024
1 parent 3075be6 commit b5793e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CreuSAT/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ authors = ["Sarek Høverstad Skotåm <[email protected]>"]
edition = "2021"

[dependencies]
clap = "4.5"
rand = "*"
clap = { version = "4.5", features = ["cargo"] }
rand = "0.8.5"
creusot-contracts = { git = "https://github.com/xldenis/creusot", version = "^0", rev = "1357cc97" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion JigSAT/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Sarek Høverstad Skotåm <[email protected]>"]
edition = "2021"

[dependencies]
clap = "4.5"
clap = { version = "4.5", features = ["cargo"] }
log = "0.4"
rand = "0.8.5"

Expand Down
2 changes: 1 addition & 1 deletion Scratch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Sarek Høverstad Skotåm <[email protected]>"]
edition = "2021"

[dependencies]
clap = "4.5"
clap = { version = "4.5", features = ["cargo"] }
creusot-contracts = { git = "https://github.com/xldenis/creusot", version = "^0", rev = "1357cc97" }

# This is just copied verbatim from CreuSAT.
Expand Down

0 comments on commit b5793e9

Please sign in to comment.