Skip to content

Commit

Permalink
Merge pull request #24 from ehuss/update-edition
Browse files Browse the repository at this point in the history
Update to edition 2021
  • Loading branch information
ehuss authored Oct 23, 2023
2 parents 026484c + f9e51da commit abab208
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
[workspace]
members = ["reg-index"]
exclude = ["target"]
resolver = "2"

[package]
name = "cargo-index"
version = "0.2.6"
authors = ["Eric Huss"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["cargo"]
categories = ["development-tools::cargo-plugins"]
Expand All @@ -23,7 +28,3 @@ tempfile = "3.1.0"
regex = "1.3.0"
semver = "1.0.0"
url = "2.1.0"

[workspace]
members = ["reg-index"]
exclude = ["target"]
2 changes: 1 addition & 1 deletion reg-index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "reg-index"
version = "0.5.0"
authors = ["Eric Huss"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["cargo"]
readme = "README.md"
Expand Down

0 comments on commit abab208

Please sign in to comment.