File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " rustup"
3- version = " 1.27.1"
4- edition = " 2021"
3+ version.workspace = true
4+ edition.workspace = true
5+ license.workspace = true
56description = " Manage multiple rust installations with ease"
67homepage = " https://github.com/rust-lang/rustup"
78keywords = [" rustup" , " multirust" , " install" , " proxy" ]
8- license = " MIT OR Apache-2.0"
99readme = " README.md"
1010repository = " https://github.com/rust-lang/rustup"
1111build = " build.rs"
@@ -133,6 +133,11 @@ regex = "1"
133133[workspace ]
134134members = [" download" ]
135135
136+ [workspace .package ]
137+ version = " 1.27.1"
138+ edition = " 2021"
139+ license = " MIT OR Apache-2.0"
140+
136141[workspace .dependencies ]
137142anyhow = " 1.0.69"
138143fs_at = " 0.2.1"
Original file line number Diff line number Diff line change 11[package ]
22name = " download"
3- version = " 1.27.1 "
4- edition = " 2021 "
5- license = " MIT OR Apache-2.0 "
3+ version.workspace = true
4+ edition.workspace = true
5+ license.workspace = true
66
77[features ]
88default = [" reqwest-backend" , " reqwest-rustls-tls" , " reqwest-native-tls" ]
You can’t perform that action at this time.
0 commit comments