Skip to content

Commit c24f767

Browse files
committed
num: bump to 0.1.41
Syncing the metacrate to the latest of all subcrates.
1 parent 98cb815 commit c24f767

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = [ "algorithms", "data-structures", "science" ]
88
license = "MIT/Apache-2.0"
99
repository = "https://github.com/rust-num/num"
1010
name = "num"
11-
version = "0.1.40"
11+
version = "0.1.41"
1212

1313
[badges]
1414
travis-ci = { repository = "rust-num/num" }
@@ -25,12 +25,12 @@ name = "shootout-pidigits"
2525
[dependencies.num-bigint]
2626
optional = true
2727
path = "bigint"
28-
version = "0.1.40"
28+
version = "0.1.41"
2929

3030
[dependencies.num-complex]
3131
optional = true
3232
path = "complex"
33-
version = "0.1.39"
33+
version = "0.1.41"
3434

3535
[dependencies.num-integer]
3636
path = "./integer"
@@ -44,11 +44,11 @@ version = "0.1.34"
4444
[dependencies.num-rational]
4545
optional = true
4646
path = "rational"
47-
version = "0.1.39"
47+
version = "0.1.40"
4848

4949
[dependencies.num-traits]
5050
path = "./traits"
51-
version = "0.1.40"
51+
version = "0.1.41"
5252

5353
[dev-dependencies]
5454

0 commit comments

Comments
 (0)