Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #79 from hacspec/dependabot/cargo/num-0.4
Browse files Browse the repository at this point in the history
Update num requirement from 0.2 to 0.4
  • Loading branch information
franziskuskiefer committed Mar 9, 2021
2 parents 763512b + 29feed4 commit 91b5bd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
repository = "https://github.com/hacspec/hacspec"

[dependencies]
num = "0.2"
num = "0.4"
secret_integers = { path = "../utils/secret-integers", version = "0.1.7" } #FIXME: publish new version
abstract_integers = { path = "../utils/abstract-integers", version = "0.1.5" } #FIXME: publish new version
hacspec-attributes = { path = "../utils/attributes", optional = true, version = "0.1.0-beta.1" }
Expand Down
2 changes: 1 addition & 1 deletion utils/abstract-integers/Cargo.toml
Expand Up @@ -10,4 +10,4 @@ license = "Apache-2.0"
readme = "README.md"

[dependencies]
num = "0.2"
num = "0.4"
2 changes: 1 addition & 1 deletion utils/dev/Cargo.toml
Expand Up @@ -10,6 +10,6 @@ repository = "https://github.com/hacspec/hacspec"
hacspec-lib = { path = "../../lib", version = "0.1.0-beta.1" }

rand = "0.7"
num = "0.2"
num = "0.4"
serde_json = "1.0"
serde = {version = "1.0", features = ["derive"]}

0 comments on commit 91b5bd1

Please sign in to comment.