Skip to content

Commit

Permalink
Update to edition 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Oct 22, 2021
1 parent deed1ed commit d283243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "cargo-c"
version = "0.9.4+cargo-0.56"
version = "0.9.4+cargo-0.57"
authors = ["Luca Barbato <lu_zero@gentoo.org>"]
description = "Helper program to build and install c-like libraries"
license = "MIT"
edition = "2018"
edition = "2021"
readme = "README.md"
repository = "http://github.com/lu-zero/cargo-c"
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
Expand All @@ -27,7 +27,7 @@ name = "cargo-ctest"
path = "src/bin/ctest.rs"

[dependencies]
cargo = "0.56"
cargo = "0.57"
cargo-util = "0.1"
semver = "1.0.3"
log = "0.4"
Expand Down

0 comments on commit d283243

Please sign in to comment.