Skip to content

Commit c8ed8ff

Browse files
committed
num, bigint, complex, rational, traits: 0.1.35
1 parent 4fb2284 commit c8ed8ff

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.toml

+5-5
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.34"
10+
version = "0.1.35"
1111

1212
[[bench]]
1313
name = "bigint"
@@ -21,12 +21,12 @@ name = "shootout-pidigits"
2121
[dependencies.num-bigint]
2222
optional = true
2323
path = "bigint"
24-
version = "0.1.32"
24+
version = "0.1.35"
2525

2626
[dependencies.num-complex]
2727
optional = true
2828
path = "complex"
29-
version = "0.1.32"
29+
version = "0.1.35"
3030

3131
[dependencies.num-integer]
3232
path = "./integer"
@@ -40,11 +40,11 @@ version = "0.1.32"
4040
[dependencies.num-rational]
4141
optional = true
4242
path = "rational"
43-
version = "0.1.32"
43+
version = "0.1.35"
4444

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

4949
[dev-dependencies]
5050

bigint/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"]
77
license = "MIT/Apache-2.0"
88
name = "num-bigint"
99
repository = "https://github.com/rust-num/num"
10-
version = "0.1.33"
10+
version = "0.1.35"
1111

1212
[dependencies]
1313

complex/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"]
77
license = "MIT/Apache-2.0"
88
name = "num-complex"
99
repository = "https://github.com/rust-num/num"
10-
version = "0.1.33"
10+
version = "0.1.35"
1111

1212
[dependencies]
1313

rational/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"]
77
license = "MIT/Apache-2.0"
88
name = "num-rational"
99
repository = "https://github.com/rust-num/num"
10-
version = "0.1.32"
10+
version = "0.1.35"
1111

1212
[dependencies]
1313

traits/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ keywords = ["mathematics", "numerics"]
77
license = "MIT/Apache-2.0"
88
repository = "https://github.com/rust-num/num"
99
name = "num-traits"
10-
version = "0.1.34"
10+
version = "0.1.35"
1111

1212
[dependencies]

0 commit comments

Comments
 (0)