Skip to content

Commit

Permalink
Merge pull request #402 from kapare/kapare_update_cargo_resolver_version
Browse files Browse the repository at this point in the history
Update cargo resolver version
  • Loading branch information
jdno committed Apr 10, 2024
2 parents f30697d + 5b029e7 commit 86a318b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[workspace]
# Opt-in to the new feature resolver introduced in Rust 1.51 and Edition 2021.
# https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
resolver = "2"
members = [
"setup-deploy-keys",
"ansible/roles/dev-desktop/files/team_login",
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/dev-desktop/files/team_login/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
authors = ["Oli Scherer <[email protected]>"]
edition = "2018"
edition = "2021"
name = "team_login"
version = "0.1.0"

Expand Down
2 changes: 1 addition & 1 deletion setup-deploy-keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "setup-deploy-keys"
version = "0.1.0"
authors = ["Alex Crichton <[email protected]>"]
edition = "2018"
edition = "2021"

[[bin]]
name = "deploy"
Expand Down

0 comments on commit 86a318b

Please sign in to comment.