Skip to content

Commit 6b9db9d

Browse files
committed
edition change
newer rust editions mean better compilation assistance and code linting
1 parent 9927611 commit 6b9db9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cargo-ament-build"
33
version = "0.1.9"
44
authors = ["Nikolai Morin <[email protected]>"]
5-
edition = "2021"
5+
edition = "2024"
66
license = "Apache-2.0"
77
description = "Cargo plugin for use with colcon workspaces"
88
repository = "https://github.com/ros2-rust/cargo-ament-build"

0 commit comments

Comments
 (0)