Skip to content

Commit 240b07f

Browse files
d-e-s-odanielocfb
authored andcommitted
Bump minimum supported Rust version to 1.64
Bump the minimum supported Rust version to 1.64. Apparently we need that in order to use bitflags 2.0. Signed-off-by: Daniel Müller <[email protected]>
1 parent 6da75cb commit 240b07f

File tree

7 files changed

+7
-5
lines changed

7 files changed

+7
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
profile: minimal
8484
# Please adjust README and rust-version field in Cargo.toml files when
8585
# bumping version.
86-
toolchain: 1.63.0
86+
toolchain: 1.64.0
8787
components: rustfmt
8888
default: true
8989
- uses: Swatinem/[email protected]

libbpf-cargo/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Unreleased
22
----------
33
- Improved error reporting in build script usage
4+
- Bumped minimum Rust version to `1.64`
45

56

67
0.21.1

libbpf-cargo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
version = "0.21.1"
99
authors = ["Daniel Xu <[email protected]>", "Daniel Müller <[email protected]>"]
1010
edition = "2021"
11-
rust-version = "1.63"
11+
rust-version = "1.64"
1212
license = "LGPL-2.1-only OR BSD-2-Clause"
1313
keywords = ["bpf", "ebpf", "libbpf"]
1414

libbpf-cargo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![CI](https://github.com/libbpf/libbpf-rs/workflows/Rust/badge.svg?branch=master)
2-
[![rustc](https://img.shields.io/badge/rustc-1.63+-blue.svg)](https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html)
2+
[![rustc](https://img.shields.io/badge/rustc-1.64+-blue.svg)](https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html)
33

44
# libbpf-cargo
55

libbpf-rs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Unreleased
22
----------
33
- Enabled key iteration on `MapHandle` objects (formerly possible only on `Map`
44
objects)
5+
- Bumped minimum Rust version to `1.64`
56

67

78
0.21.1

libbpf-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
version = "0.21.1"
88
authors = ["Daniel Xu <[email protected]>", "Daniel Müller <[email protected]>"]
99
edition = "2021"
10-
rust-version = "1.63"
10+
rust-version = "1.64"
1111
license = "LGPL-2.1-only OR BSD-2-Clause"
1212
keywords = ["bpf", "ebpf", "libbpf"]
1313

libbpf-rs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![CI](https://github.com/libbpf/libbpf-rs/workflows/Rust/badge.svg?branch=master)
2-
[![rustc](https://img.shields.io/badge/rustc-1.63+-blue.svg)](https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html)
2+
[![rustc](https://img.shields.io/badge/rustc-1.64+-blue.svg)](https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html)
33

44
# libbpf-rs
55

0 commit comments

Comments
 (0)