Skip to content

Commit

Permalink
Specify minimum Rust version in Cargo.toml (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyilo authored Sep 6, 2024
1 parent ba237d1 commit 0d34b64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ name = "lopdf"
readme = "README.md"
repository = "https://github.com/J-F-Liu/lopdf.git"
version = "0.34.0"
rust-version = "1.74"

[dependencies]
chrono = { version = "0.4", optional = true, features = [
Expand Down

0 comments on commit 0d34b64

Please sign in to comment.