Skip to content

Commit d02f32e

Browse files
committed
bump MSRV to 1.81
1 parent 0ce0933 commit d02f32e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ workflows:
5353
toolchain: stable
5454
features: --all-features
5555
- rust:
56-
name: Rust AArch64 (1.70.0)
57-
toolchain: 1.70.0
56+
name: Rust AArch64 (1.81.0)
57+
toolchain: 1.81.0
5858
features: --all-features
5959
- rust:
6060
name: Rust AArch64 (nightly)

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- stable
3333
- beta
3434
- nightly
35-
- 1.70.0
35+
- 1.81.0
3636

3737
steps:
3838
- name: Checkout

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["f16", "bfloat16", "no_std"]
1010
license = "MIT OR Apache-2.0"
1111
categories = ["no-std", "data-structures", "encoding"]
1212
edition = "2021"
13-
rust-version = "1.70"
13+
rust-version = "1.81"
1414
exclude = [".git*", ".editorconfig", ".circleci"]
1515

1616
[features]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ be required for some hardware.
1515

1616
This crate provides [`no_std`](https://rust-embedded.github.io/book/intro/no-std.html) support so can easily be used in embedded code where a smaller float format is most useful.
1717

18-
*Requires Rust 1.70 or greater.* If you need support for older versions of Rust, use 1.x versions of
19-
this crate.
18+
*Requires Rust 1.81 or greater.* If you need support for older versions of Rust, use previous
19+
versions of this crate.
2020

2121
See the [crate documentation](https://docs.rs/half/) for more details.
2222

0 commit comments

Comments
 (0)