File tree Expand file tree Collapse file tree 11 files changed +27
-27
lines changed
cargo-credential-libsecret
cargo-credential-macos-keychain Expand file tree Collapse file tree 11 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 - name : Install cargo-semver-checks
102102 run : |
103103 mkdir installed-bins
104- curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.35 .0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
104+ curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.36 .0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
105105 | tar -xz --directory=./installed-bins
106106 echo `pwd`/installed-bins >> $GITHUB_PATH
107107 - run : ci/validate-version-bump.sh
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ exclude = [
1111]
1212
1313[workspace .package ]
14- rust-version = " 1.79 " # MSRV:3
14+ rust-version = " 1.80 " # MSRV:3
1515edition = " 2021"
1616license = " MIT OR Apache-2.0"
1717homepage = " https://github.com/rust-lang/cargo"
@@ -137,7 +137,7 @@ name = "cargo"
137137version = " 0.85.0"
138138edition.workspace = true
139139license.workspace = true
140- rust-version = " 1.82 " # MSRV:1
140+ rust-version = " 1.83 " # MSRV:1
141141homepage = " https://doc.rust-lang.org/cargo/index.html"
142142repository.workspace = true
143143documentation = " https://docs.rs/cargo"
Original file line number Diff line number Diff line change 11[package ]
22name = " cargo-test-macro"
3- version = " 0.3.3 "
3+ version = " 0.3.4 "
44edition.workspace = true
5- rust-version = " 1.82 " # MSRV:1
5+ rust-version = " 1.83 " # MSRV:1
66license.workspace = true
77homepage.workspace = true
88repository.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " cargo-test-support"
3- version = " 0.6.0 "
3+ version = " 0.6.1 "
44edition.workspace = true
5- rust-version = " 1.82 " # MSRV:1
5+ rust-version = " 1.83 " # MSRV:1
66license.workspace = true
77homepage.workspace = true
88repository.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " cargo-util-schemas"
3- version = " 0.7.1 "
4- rust-version = " 1.82 " # MSRV:1
3+ version = " 0.7.2 "
4+ rust-version = " 1.83 " # MSRV:1
55edition.workspace = true
66license.workspace = true
77homepage.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " cargo-util"
3- version = " 0.2.17 "
4- rust-version = " 1.82 " # MSRV:1
3+ version = " 0.2.18 "
4+ rust-version = " 1.83 " # MSRV:1
55edition.workspace = true
66license.workspace = true
77homepage.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " crates-io"
3- version = " 0.40.7 "
4- rust-version = " 1.82 " # MSRV:1
3+ version = " 0.40.8 "
4+ rust-version = " 1.83 " # MSRV:1
55edition.workspace = true
66license.workspace = true
77homepage.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " cargo-credential-libsecret"
3- version = " 0.4.10 "
4- rust-version = " 1.82 " # MSRV:1
3+ version = " 0.4.11 "
4+ rust-version = " 1.83 " # MSRV:1
55edition.workspace = true
66license.workspace = true
77homepage.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " cargo-credential-macos-keychain"
3- version = " 0.4.10 "
4- rust-version = " 1.82 " # MSRV:1
3+ version = " 0.4.11 "
4+ rust-version = " 1.83 " # MSRV:1
55edition.workspace = true
66license.workspace = true
77homepage.workspace = true
You can’t perform that action at this time.
0 commit comments