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"
108
108
version = " 0.76.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 1
1
[package ]
2
2
name = " cargo-platform"
3
- version = " 0.1.5 "
3
+ version = " 0.1.6 "
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 1
1
[package ]
2
2
name = " cargo-credential-1password"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
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 1
1
[package ]
2
2
name = " cargo-credential-libsecret"
3
- version = " 0.3.2 "
3
+ version = " 0.3.3 "
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 1
1
[package ]
2
2
name = " cargo-credential-macos-keychain"
3
- version = " 0.3.1 "
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 in a macOS keychain."
8
9
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-credential-wincred"
3
- version = " 0.3.1 "
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 Windows Credential Manager."
8
9
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-credential"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
4
4
edition.workspace = true
5
5
license.workspace = true
6
6
rust-version = " 1.70.0" # MSRV:3
You can’t perform that action at this time.
0 commit comments