Skip to content

Commit 0f9ba57

Browse files
bors[bot]cuviper
andauthored
Merge #30
30: Release 0.1.42 r=cuviper a=cuviper Co-authored-by: Josh Stone <[email protected]>
2 parents 1de9a08 + 6cd0db3 commit 0f9ba57

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = ["algorithms", "science", "no-std"]
88
license = "MIT/Apache-2.0"
99
repository = "https://github.com/rust-num/num-integer"
1010
name = "num-integer"
11-
version = "0.1.41"
11+
version = "0.1.42"
1212
readme = "README.md"
1313
build = "build.rs"
1414
exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]
@@ -17,7 +17,7 @@ exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]
1717
features = ["std"]
1818

1919
[dependencies.num-traits]
20-
version = "0.2.4"
20+
version = "0.2.11"
2121
default-features = false
2222

2323
[features]

RELEASES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Release 0.1.42 (2020-01-09)
2+
3+
- [Updated the `autocfg` build dependency to 1.0][29].
4+
5+
**Contributors**: @cuviper, @dingelish
6+
7+
[29]: https://github.com/rust-num/num-integer/pull/29
8+
19
# Release 0.1.41 (2019-05-21)
210

311
- [Fixed feature detection on `no_std` targets][25].

0 commit comments

Comments
 (0)