From 28ae4b9826b57671d7e748a90fc3a5d7687cda53 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Wed, 10 Dec 2025 12:01:56 -0500 Subject: [PATCH] test: properly spell "dependency" --- test/integration-test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration-test/Cargo.toml b/test/integration-test/Cargo.toml index e81d705c..aed0ab90 100644 --- a/test/integration-test/Cargo.toml +++ b/test/integration-test/Cargo.toml @@ -48,7 +48,7 @@ aya-build = { path = "../../aya-build" } cargo_metadata = { workspace = true } # 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 -# 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. # # Finally note that *any* usage of `artifact = ...` in *any* Cargo.toml in the workspace breaks