File tree Expand file tree Collapse file tree 9 files changed +20
-13
lines changed
cargo-credential-1password
cargo-credential-libsecret
cargo-credential-macos-keychain Expand file tree Collapse file tree 9 files changed +20
-13
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ name = "cargo"
108108version = " 0.76.0"
109109edition.workspace = true
110110license.workspace = true
111+ rust-version.workspace = true
111112homepage = " https://crates.io"
112113repository = " https://github.com/rust-lang/cargo"
113114documentation = " https://docs.rs/cargo"
Original file line number Diff line number Diff line change 11[package ]
22name = " cargo-platform"
3- version = " 0.1.5 "
3+ version = " 0.1.6 "
44edition.workspace = true
55license.workspace = true
6+ rust-version = " 1.70.0" # MSRV:3
67homepage = " https://github.com/rust-lang/cargo"
78repository = " https://github.com/rust-lang/cargo"
89documentation = " https://docs.rs/cargo-platform"
Original file line number Diff line number Diff line change 22name = " home"
33version = " 0.5.8"
44authors = [" Brian Anderson <andersrb@gmail.com>" ]
5+ rust-version = " 1.70.0" # MSRV:3
56documentation = " https://docs.rs/home"
67edition.workspace = true
78include = [
Original file line number Diff line number Diff line change 11[package ]
22name = " cargo-credential-1password"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44edition.workspace = true
55license.workspace = true
6+ rust-version = " 1.70.0" # MSRV:3
67repository = " https://github.com/rust-lang/cargo"
78description = " A Cargo credential process that stores tokens in a 1password vault."
89
Original file line number Diff line number Diff line change 11[package ]
22name = " cargo-credential-libsecret"
3- version = " 0.3.2 "
3+ version = " 0.3.3 "
44edition.workspace = true
55license.workspace = true
6+ rust-version.workspace = true
67repository = " https://github.com/rust-lang/cargo"
78description = " A Cargo credential process that stores tokens with GNOME libsecret."
89
Original file line number Diff line number Diff line change 11[package ]
22name = " cargo-credential-macos-keychain"
3- version = " 0.3.1 "
3+ version = " 0.3.2 "
44edition.workspace = true
55license.workspace = true
6+ rust-version.workspace = true
67repository = " https://github.com/rust-lang/cargo"
78description = " A Cargo credential process that stores tokens in a macOS keychain."
89
Original file line number Diff line number Diff line change 11[package ]
22name = " cargo-credential-wincred"
3- version = " 0.3.1 "
3+ version = " 0.3.2 "
44edition.workspace = true
55license.workspace = true
6+ rust-version.workspace = true
67repository = " https://github.com/rust-lang/cargo"
78description = " A Cargo credential process that stores tokens with Windows Credential Manager."
89
Original file line number Diff line number Diff line change 11[package ]
22name = " cargo-credential"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44edition.workspace = true
55license.workspace = true
66rust-version = " 1.70.0" # MSRV:3
You can’t perform that action at this time.
0 commit comments