Skip to content

Commit

Permalink
Bump num-bigint from 0.3.1 to 0.4.0
Browse files Browse the repository at this point in the history
Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/rust-num/num-bigint/releases)
- [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md)
- [Commits](rust-num/num-bigint@num-bigint-0.3.1...num-bigint-0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Mar 8, 2021
1 parent b0e3b6b commit ab5da38
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 asg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ version = "1.2.3"
path = "../parser"

[dependencies.num-bigint]
version = "0.3"
version = "0.4"

[dependencies.typed-arena]
version = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ version = "1.0"
version = "0.1"

[dev-dependencies.num-bigint]
version = "0.3"
version = "0.4"

[dev-dependencies.rand_core]
version = "0.6.2"
Expand Down
2 changes: 1 addition & 1 deletion synthesizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ version = "0.2.0"
default-features = false

[dependencies.num-bigint]
version = "0.3"
version = "0.4"

[dependencies.serde]
version = "1.0"
Expand Down

0 comments on commit ab5da38

Please sign in to comment.