File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
cargo-credential-1password Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ exclude = [
11
11
]
12
12
13
13
[workspace .package ]
14
- rust-version = " 1.75.0 " # MSRV:1
14
+ rust-version = " 1.73 " # MSRV:3
15
15
edition = " 2021"
16
16
license = " MIT OR Apache-2.0"
17
17
homepage = " https://github.com/rust-lang/cargo"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "cargo-platform"
3
3
version = " 0.1.8"
4
4
edition.workspace = true
5
5
license.workspace = true
6
- rust-version = " 1.73 " # MSRV:3
6
+ rust-version.workspace = true
7
7
homepage.workspace = true
8
8
repository.workspace = true
9
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.11"
4
4
authors = [
" Brian Anderson <[email protected] >" ]
5
- rust-version = " 1.73 " # MSRV:3
5
+ rust-version.workspace = true
6
6
documentation = " https://docs.rs/home"
7
7
edition.workspace = true
8
8
include = [
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = [
5
5
" Pascal Hertleif <[email protected] >" ,
6
6
" Oliver Schneider <[email protected] >" ,
7
7
]
8
- rust-version = " 1.73 " # MSRV:3
8
+ rust-version.workspace = true
9
9
edition.workspace = true
10
10
license.workspace = true
11
11
homepage.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-credential-1password"
3
3
version = " 0.4.4"
4
- rust-version = " 1.73 " # MSRV:3
4
+ rust-version.workspace = true
5
5
edition.workspace = true
6
6
license.workspace = true
7
7
homepage.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-credential"
3
3
version = " 0.4.4"
4
- rust-version = " 1.73 " # MSRV:3
4
+ rust-version.workspace = true
5
5
edition.workspace = true
6
6
license.workspace = true
7
7
homepage.workspace = true
You can’t perform that action at this time.
0 commit comments