Skip to content

Commit 73b5b52

Browse files
committed
Bump the libm MSRV to 1.67
This gets us: * `saturating_sub_unsigned` * `<int>::ilog2` * Correct lexing of float literals with the `f16` or `f128` suffix Link: #1017
1 parent 6d5f2f4 commit 73b5b52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["libm", "math"]
1313
repository = "https://github.com/rust-lang/compiler-builtins"
1414
license = "MIT"
1515
edition = "2021"
16-
rust-version = "1.63"
16+
rust-version = "1.67"
1717

1818
[dev-dependencies]
1919
# FIXME(msrv): switch to `no-panic.workspace` when possible

0 commit comments

Comments
 (0)