Skip to content

Commit fc53ea4

Browse files
chore(deps): update msrv (1 version) to v1.76.0
1 parent 0ec197b commit fc53ea4

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ name = "cargo"
127127
version = "0.79.0"
128128
edition.workspace = true
129129
license.workspace = true
130-
rust-version = "1.75.0" # MSRV:1
130+
rust-version = "1.76.0" # MSRV:1
131131
homepage = "https://doc.rust-lang.org/cargo/index.html"
132132
repository.workspace = true
133133
documentation = "https://docs.rs/cargo"

crates/cargo-util-schemas/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-util-schemas"
3-
version = "0.2.0"
4-
rust-version = "1.75.0" # MSRV:1
3+
version = "0.2.1"
4+
rust-version = "1.76.0" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

crates/cargo-util/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-util"
3-
version = "0.2.10"
4-
rust-version = "1.75.0" # MSRV:1
3+
version = "0.2.11"
4+
rust-version = "1.76.0" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

crates/crates-io/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "crates-io"
3-
version = "0.40.0"
4-
rust-version = "1.75.0" # MSRV:1
3+
version = "0.40.1"
4+
rust-version = "1.76.0" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

credential/cargo-credential-libsecret/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-credential-libsecret"
3-
version = "0.4.3"
4-
rust-version = "1.75.0" # MSRV:1
3+
version = "0.4.4"
4+
rust-version = "1.76.0" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

credential/cargo-credential-macos-keychain/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-credential-macos-keychain"
3-
version = "0.4.3"
4-
rust-version = "1.75.0" # MSRV:1
3+
version = "0.4.4"
4+
rust-version = "1.76.0" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

credential/cargo-credential-wincred/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-credential-wincred"
3-
version = "0.4.3"
4-
rust-version = "1.75.0" # MSRV:1
3+
version = "0.4.4"
4+
rust-version = "1.76.0" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

0 commit comments

Comments
 (0)