Skip to content

Commit 42c62ff

Browse files
committed
Bump num-bigint dependency to v0.4
1 parent b9cfdc2 commit 42c62ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["mathematics", "numerics", "decimal", "arbitrary-precision", "floati
1010
license = "MIT/Apache-2.0"
1111

1212
[dependencies]
13-
num-bigint = "0.3"
13+
num-bigint = "0.4"
1414
num-integer = "0.1"
1515
num-traits = "0.2"
1616
serde = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)