Skip to content

Commit

Permalink
upgrade edition to 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
cat-in-136 committed Sep 23, 2023
1 parent ae2792b commit 01ef340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ readme = "README.md"
keywords = ["rpm", "package", "cargo", "subcommand"]
repository = "https://github.com/cat-in-136/cargo-generate-rpm"
version = "0.12.1"
edition = "2018"
edition = "2021"

[dependencies]
glob = "0.3.0"
rpm = { version = "0.12", default-features = false }
rpm = { version = "0.12.1", default-features = false }
toml = "0.7"
cargo_toml = "0.15"
clap = { version = "4.3", features = ["derive"] }
Expand Down

0 comments on commit 01ef340

Please sign in to comment.