Skip to content

Commit 64a9656

Browse files
committed
Release 0.1.41
1 parent 91d157a commit 64a9656

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.40"
11+
version = "0.1.41"
1212
readme = "README.md"
1313
build = "build.rs"
1414
exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]

RELEASES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Release 0.1.41 (2019-05-21)
2+
3+
- [Fixed feature detection on `no_std` targets][25].
4+
5+
**Contributors**: @cuviper
6+
7+
[25]: https://github.com/rust-num/num-integer/pull/25
8+
19
# Release 0.1.40 (2019-05-20)
210

311
- [Optimized primitive `gcd` by avoiding memory swaps][11].

0 commit comments

Comments
 (0)