Skip to content

Commit

Permalink
Merge pull request #21 from stanislav-tkach/patch-1
Browse files Browse the repository at this point in the history
Update the `num-bigint` crate version
  • Loading branch information
acw authored Apr 17, 2021
2 parents 04ee387 + 8305ec2 commit 483e692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"

[dependencies]
chrono = { default-features = false, features = ["alloc"], version = "0.4" }
num-bigint = { default-features = false, version = "0.3" }
num-bigint = { default-features = false, version = "0.4" }
num-traits = { default-features = false, version = "0.2" }
thiserror = { default-features = false, version = "1" }

Expand Down

0 comments on commit 483e692

Please sign in to comment.