Skip to content

Commit 56ead26

Browse files
committed
Reduce minimum version to 1.75 to target Noble
Signed-off-by: Michael X. Grey <[email protected]>
1 parent e7ff2da commit 56ead26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust-minimal.yml

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

5656
- name: Setup Rust
57-
uses: dtolnay/rust-toolchain@1.78
57+
uses: dtolnay/rust-toolchain@1.75
5858
with:
5959
components: clippy, rustfmt
6060

rclrs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Esteve Fernandez <[email protected]>", "Nikolai Morin <nnmmgit@gmail
66
edition = "2021"
77
license = "Apache-2.0"
88
description = "A ROS 2 client library for developing robotics applications in Rust"
9-
rust-version = "1.78"
9+
rust-version = "1.75"
1010

1111
[lib]
1212
path = "src/lib.rs"

0 commit comments

Comments
 (0)