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: https://github.com/rust-lang/compiler-builtins/issues/1017
This commit is contained in:
Trevor Gross 2026-02-07 07:06:05 -06:00
parent 7c9ae5b021
commit 1ec5101f20

View file

@ -13,7 +13,7 @@ keywords = ["libm", "math"]
repository = "https://github.com/rust-lang/compiler-builtins"
license = "MIT"
edition = "2021"
rust-version = "1.63"
rust-version = "1.67"
[dev-dependencies]
# FIXME(msrv): switch to `no-panic.workspace` when possible