Skip to content

Commit 5b5988c

Browse files
committed
Release 0.1.38
1 parent c803039 commit 5b5988c

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/Apache-2.0"
99
repository = "https://github.com/rust-num/num-integer"
1010
name = "num-integer"
11-
version = "0.1.37"
11+
version = "0.1.38"
1212
readme = "README.md"
1313
build = "build.rs"
1414

RELEASES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Release 0.1.38
2+
3+
- [Support for 128-bit integers is now automatically detected and enabled.][69]
4+
Setting the `i128` crate feature now causes the build script to panic if such
5+
support is not detected.
6+
7+
**Contributors**: @cuviper
8+
9+
[8]: https://github.com/rust-num/num-integer/pull/8
10+
111
# Release 0.1.37
212

313
- [`Integer` is now implemented for `i128` and `u128`][7] starting with Rust

0 commit comments

Comments
 (0)