Skip to content

Commit 1ec5101

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: rust-lang/compiler-builtins#1017
1 parent 7c9ae5b commit 1ec5101

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/compiler-builtins/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)