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 = [
1111]
1212
1313[workspace .package ]
14- rust-version = " 1.75.0 " # MSRV:1
14+ rust-version = " 1.73 " # MSRV:3
1515edition = " 2021"
1616license = " MIT OR Apache-2.0"
1717homepage = " https://github.com/rust-lang/cargo"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "cargo-platform"
33version = " 0.1.8"
44edition.workspace = true
55license.workspace = true
6- rust-version = " 1.73 " # MSRV:3
6+ rust-version.workspace = true
77homepage.workspace = true
88repository.workspace = true
99documentation = " https://docs.rs/cargo-platform"
Original file line number Diff line number Diff line change 22name = " home"
33version = " 0.5.11"
44authors = [
" Brian Anderson <[email protected] >" ]
5- rust-version = " 1.73 " # MSRV:3
5+ rust-version.workspace = true
66documentation = " https://docs.rs/home"
77edition.workspace = true
88include = [
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = [
55 " Pascal Hertleif <[email protected] >" ,
66 " Oliver Schneider <[email protected] >" ,
77]
8- rust-version = " 1.73 " # MSRV:3
8+ rust-version.workspace = true
99edition.workspace = true
1010license.workspace = true
1111homepage.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " cargo-credential-1password"
33version = " 0.4.4"
4- rust-version = " 1.73 " # MSRV:3
4+ rust-version.workspace = true
55edition.workspace = true
66license.workspace = true
77homepage.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " cargo-credential"
33version = " 0.4.4"
4- rust-version = " 1.73 " # MSRV:3
4+ rust-version.workspace = true
55edition.workspace = true
66license.workspace = true
77homepage.workspace = true
You can’t perform that action at this time.
0 commit comments