Skip to content

Commit e67d463

Browse files
committed
num: require newer traits for moved functions, fixes #206
1 parent 29b6341 commit e67d463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"]
77
license = "MIT/Apache-2.0"
88
repository = "https://github.com/rust-num/num"
99
name = "num"
10-
version = "0.1.33"
10+
version = "0.1.34"
1111

1212
[[bench]]
1313
name = "bigint"
@@ -44,7 +44,7 @@ version = "0.1.32"
4444

4545
[dependencies.num-traits]
4646
path = "./traits"
47-
version = "0.1.32"
47+
version = "0.1.33"
4848

4949
[dev-dependencies]
5050

0 commit comments

Comments
 (0)