Skip to content

Commit 8b396cf

Browse files
committed
require rust 1.65 and edition 2021
1 parent 9b0354c commit 8b396cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "opencv-ros-camera"
33
version = "0.15.1"
44
authors = ["Andrew Straw <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
description = "Geometric models of OpenCV/ROS cameras for photogrammetry"
77
license = "MIT OR Apache-2.0"
88
readme = "README.md"
@@ -15,6 +15,7 @@ categories = [
1515
"science",
1616
"science::robotics",
1717
]
18+
rust-version = "1.65"
1819

1920
[dependencies]
2021
nalgebra = { version = "0.33.0", default-features = false, features = ["libm"] }

0 commit comments

Comments
 (0)