Remove sparse registry config (#2990)

Closes #2766.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
This commit is contained in:
Ryan Schmitt 2023-09-19 06:50:11 -07:00 committed by GitHub
parent cf8c834f95
commit 96aa1fcc38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 12 deletions

View File

@ -1,7 +1,3 @@
[build]
# Share one `target` directory at the project root for all Cargo projects and workspaces in smithy-rs
target-dir = "target"
# TODO(https://github.com/awslabs/smithy-rs/issues/2766): The sparse registry config can be removed when upgrading to Rust 1.70
[registries.crates-io]
protocol = "sparse"

View File

@ -3,7 +3,3 @@ target = "wasm32-wasi"
[target.wasm32-wasi]
rustflags = ["-C", "opt-level=1"]
# TODO(Rust 1.70): The sparse registry config can be removed when upgrading to Rust 1.70
[registries.crates-io]
protocol = "sparse"

View File

@ -2,7 +2,3 @@
# Tools shouldn't share `target` with the rest of the project to
# avoid thrash from differing compiler flags
target-dir = "target"
# TODO(Rust 1.70): The sparse registry config can be removed when upgrading to Rust 1.70
[registries.crates-io]
protocol = "sparse"