Skip to content

Commit 1714566

Browse files
committed
Release 0.1.44
1 parent 341a492 commit 1714566

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-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 OR Apache-2.0"
99
repository = "https://github.com/rust-num/num-integer"
1010
name = "num-integer"
11-
version = "0.1.43"
11+
version = "0.1.44"
1212
readme = "README.md"
1313
build = "build.rs"
1414
exclude = ["/bors.toml", "/ci/*", "/.github/*"]

RELEASES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Release 0.1.44 (2020-10-29)
2+
3+
- [The "i128" feature now bypasses compiler probing][35]. The build script
4+
used to probe anyway and panic if requested support wasn't found, but
5+
sometimes this ran into bad corner cases with `autocfg`.
6+
7+
**Contributors**: @cuviper
8+
9+
[35]: https://github.com/rust-num/num-integer/pull/35
10+
111
# Release 0.1.43 (2020-06-11)
212

313
- [The new `Average` trait][31] computes fast integer averages, rounded up or

0 commit comments

Comments
 (0)