diff --git a/{{project-name}}/Cargo.toml b/{{project-name}}/Cargo.toml index 5d99dcf..d0261e2 100644 --- a/{{project-name}}/Cargo.toml +++ b/{{project-name}}/Cargo.toml @@ -31,7 +31,7 @@ aya-build = { workspace = true } 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. # # Note also that https://github.com/rust-lang/cargo/issues/10593 occurs when `target = ...` is added