File tree 7 files changed +7
-0
lines changed
cargo-credential-1password
cargo-credential-libsecret
cargo-credential-macos-keychain
7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ name = "cargo"
108
108
version = " 0.75.0"
109
109
edition.workspace = true
110
110
license.workspace = true
111
+ rust-version.workspace = true
111
112
homepage = " https://crates.io"
112
113
repository = " https://github.com/rust-lang/cargo"
113
114
documentation = " https://docs.rs/cargo"
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "cargo-platform"
3
3
version = " 0.1.5"
4
4
edition.workspace = true
5
5
license.workspace = true
6
+ rust-version = " 1.70.0" # MSRV:3
6
7
homepage = " https://github.com/rust-lang/cargo"
7
8
repository = " https://github.com/rust-lang/cargo"
8
9
documentation = " https://docs.rs/cargo-platform"
Original file line number Diff line number Diff line change 2
2
name = " home"
3
3
version = " 0.5.8"
4
4
authors = [
" Brian Anderson <[email protected] >" ]
5
+ rust-version = " 1.70.0" # MSRV:3
5
6
documentation = " https://docs.rs/home"
6
7
edition.workspace = true
7
8
include = [
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "cargo-credential-1password"
3
3
version = " 0.4.0"
4
4
edition.workspace = true
5
5
license.workspace = true
6
+ rust-version = " 1.70.0" # MSRV:3
6
7
repository = " https://github.com/rust-lang/cargo"
7
8
description = " A Cargo credential process that stores tokens in a 1password vault."
8
9
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "cargo-credential-libsecret"
3
3
version = " 0.3.2"
4
4
edition.workspace = true
5
5
license.workspace = true
6
+ rust-version.workspace = true
6
7
repository = " https://github.com/rust-lang/cargo"
7
8
description = " A Cargo credential process that stores tokens with GNOME libsecret."
8
9
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "cargo-credential-macos-keychain"
3
3
version = " 0.3.1"
4
4
edition.workspace = true
5
5
license.workspace = true
6
+ rust-version.workspace = true
6
7
repository = " https://github.com/rust-lang/cargo"
7
8
description = " A Cargo credential process that stores tokens in a macOS keychain."
8
9
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "cargo-credential-wincred"
3
3
version = " 0.3.1"
4
4
edition.workspace = true
5
5
license.workspace = true
6
+ rust-version.workspace = true
6
7
repository = " https://github.com/rust-lang/cargo"
7
8
description = " A Cargo credential process that stores tokens with Windows Credential Manager."
8
9
You can’t perform that action at this time.
0 commit comments