test: properly spell "dependency"

pull/1412/head
Tamir Duberstein 1 week ago
parent 800f9f9fea
commit 28ae4b9826
No known key found for this signature in database

@ -48,7 +48,7 @@ aya-build = { path = "../../aya-build" }
cargo_metadata = { workspace = true } cargo_metadata = { workspace = true }
# TODO(https://github.com/rust-lang/cargo/issues/12375): this should be an artifact dependency, but # TODO(https://github.com/rust-lang/cargo/issues/12375): this should be an artifact dependency, but
# it's not possible to tell cargo to use `-Z build-std` to build it. We cargo-in-cargo in the build # it's not possible to tell cargo to use `-Z build-std` to build it. We cargo-in-cargo in the build
# script to build this, but we want to teach cargo about the dependecy so that cache invalidation # script to build this, but we want to teach cargo about the dependency so that cache invalidation
# works properly. # works properly.
# #
# Finally note that *any* usage of `artifact = ...` in *any* Cargo.toml in the workspace breaks # Finally note that *any* usage of `artifact = ...` in *any* Cargo.toml in the workspace breaks

Loading…
Cancel
Save