Skip to content

Commit ea7df53

Browse files
committed
build!: require rustc 1.85 and Rust 2024 edition
Signed-off-by: Esteve Fernandez <esteve@apache.org>
1 parent 4280dac commit ea7df53

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust-minimal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
use-ros2-testing: ${{ matrix.ros_distribution == 'rolling' }}
5656

5757
- name: Setup Rust
58-
uses: dtolnay/rust-toolchain@1.75
58+
uses: dtolnay/rust-toolchain@1.85
5959
with:
6060
components: clippy, rustfmt
6161

rosidl_runtime_rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "rosidl_runtime_rs"
33
version = "0.5.0"
44
# This project is not military-sponsored, Jacob's employment contract just requires him to use this email address
55
authors = ["Esteve Fernandez <esteve@apache.org>", "Nikolai Morin <nnmmgit@gmail.com>", "Jacob Hassold <jacob.a.hassold.civ@army.mil>"]
6-
edition = "2021"
6+
edition = "2024"
77
license = "Apache-2.0"
88
description = "Message generation code shared by Rust projects in ROS 2"
99

0 commit comments

Comments
 (0)