Skip to content

Commit a25836e

Browse files
authored
Merge pull request #313 from cuviper/release-0.4.6
Release 0.4.6
2 parents 98efc2b + 2b33deb commit a25836e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = [ "algorithms", "data-structures", "science" ]
88
license = "MIT OR Apache-2.0"
99
name = "num-bigint"
1010
repository = "https://github.com/rust-num/num-bigint"
11-
version = "0.4.5"
11+
version = "0.4.6"
1212
readme = "README.md"
1313
exclude = ["/ci/*", "/.github/*"]
1414
edition = "2021"

RELEASES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Release 0.4.6 (2024-06-27)
2+
3+
- [Fixed compilation on `x86_64-unknown-linux-gnux32`.][312]
4+
5+
**Contributors**: @cuviper, @ralphtandetzky, @yhx-12243
6+
7+
[312]: https://github.com/rust-num/num-bigint/pull/312
8+
19
# Release 0.4.5 (2024-05-06)
210

311
- [Upgrade to 2021 edition, **MSRV 1.60**][292]

0 commit comments

Comments
 (0)