Skip to content

Commit 20e0524

Browse files
committed
Update minimum supported Rust version based on the currently used language features
Signed-off-by: Michael X. Grey <[email protected]>
1 parent 8e18f1e commit 20e0524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.63"
9+
rust-version = "1.70"
1010

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

0 commit comments

Comments
 (0)