Skip to content

Commit 03beda3

Browse files
chore(deps): update msrv
1 parent 7636f03 commit 03beda3

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exclude = [
1111
]
1212

1313
[workspace.package]
14-
rust-version = "1.73" # MSRV:1
14+
rust-version = "1.75.0" # MSRV:1
1515
edition = "2021"
1616
license = "MIT OR Apache-2.0"
1717
homepage = "https://github.com/rust-lang/cargo"

crates/cargo-platform/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "cargo-platform"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
edition.workspace = true
55
license.workspace = true
6-
rust-version = "1.70.0" # MSRV:3
6+
rust-version = "1.73" # MSRV:3
77
homepage.workspace = true
88
repository.workspace = true
99
documentation = "https://docs.rs/cargo-platform"

crates/home/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "home"
3-
version = "0.5.10"
3+
version = "0.5.11"
44
authors = ["Brian Anderson <[email protected]>"]
5-
rust-version = "1.70.0" # MSRV:3
5+
rust-version = "1.73" # MSRV:3
66
documentation = "https://docs.rs/home"
77
edition.workspace = true
88
include = [

crates/rustfix/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "rustfix"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = [
55
"Pascal Hertleif <[email protected]>",
66
"Oliver Schneider <[email protected]>",
77
]
8-
rust-version = "1.70.0" # MSRV:3
8+
rust-version = "1.73" # MSRV:3
99
edition.workspace = true
1010
license.workspace = true
1111
homepage.workspace = true

credential/cargo-credential-1password/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-1password"
3-
version = "0.4.3"
4-
rust-version = "1.70.0" # MSRV:3
3+
version = "0.4.4"
4+
rust-version = "1.73" # MSRV:3
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

credential/cargo-credential/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"
3-
version = "0.4.3"
4-
rust-version = "1.70.0" # MSRV:3
3+
version = "0.4.4"
4+
rust-version = "1.73" # MSRV:3
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

0 commit comments

Comments
 (0)