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:
parent
7c9ae5b021
commit
1ec5101f20
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue