Skip to content

Commit 2ed0e4e

Browse files
authored
Require at least Rust 1.63 (#268)
1 parent 047b7fa commit 2ed0e4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rclrs/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ authors = ["Esteve Fernandez <esteve@apache.org>", "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"
910

1011
[lib]
1112
path = "src/lib.rs"

0 commit comments

Comments
 (0)