diff --git a/tests/testsuite/profiles.rs b/tests/testsuite/profiles.rs index 20368ff3e8f..cf392d1390a 100644 --- a/tests/testsuite/profiles.rs +++ b/tests/testsuite/profiles.rs @@ -675,7 +675,7 @@ fn do_not_strip_debuginfo_with_requested_debug() { r#" [package] name = "bar" - verison = "0.1.0" + version = "0.1.0" "#, ) .file("bar/src/lib.rs", "")