Unverified Commit 96aa1fcc authored by Ryan Schmitt's avatar Ryan Schmitt Committed by GitHub
Browse files

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._
parent cf8c834f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
[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"
+0 −4
Original line number Diff line number Diff line
@@ -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"
+0 −4
Original line number Diff line number Diff line
@@ -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"