We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6325b92 + 5c948cb commit 5d32848Copy full SHA for 5d32848
CHANGELOG.md
@@ -8,6 +8,12 @@ and this project adheres to
8
9
## [Unreleased]
10
11
+## [0.2.10](https://github.com/rust-lang/libm/compare/libm-v0.2.9...libm-v0.2.10) - 2024-10-28
12
+
13
+### Other
14
15
+- Set the MSRV to 1.63 and test this in CI
16
17
## [0.2.9](https://github.com/rust-lang/libm/compare/libm-v0.2.8...libm-v0.2.9) - 2024-10-26
18
19
### Fixed
Cargo.toml
@@ -8,7 +8,7 @@ license = "MIT AND (MIT OR Apache-2.0)"
name = "libm"
readme = "README.md"
repository = "https://github.com/rust-lang/libm"
-version = "0.2.9"
+version = "0.2.10"
edition = "2021"
exclude = ["/ci/", "/.github/workflows/"]
rust-version = "1.63"
0 commit comments