Skip to content

Commit

Permalink
require rust 1.65 and edition 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Dec 23, 2024
1 parent beb6130 commit c530f26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cam-geom"
version = "0.15.0"
authors = ["Andrew Straw <strawman@astraw.com>"]
edition = "2018"
edition = "2021"
description = "Geometric models of cameras for photogrammetry"
license = "MIT/Apache-2.0"
readme = "README.md"
Expand All @@ -15,6 +15,7 @@ categories = [
"science",
"science::robotics",
]
rust-version = "1.65"

[dependencies]
nalgebra = { version = "0.33", default-features = false, features = ["libm"] }
Expand Down

0 comments on commit c530f26

Please sign in to comment.