Skip to content

Commit a0004e6

Browse files
authored
fix(2025-01-17-this-development-cycle-in-cargo-1.85): typo (#1468)
1 parent 85c04c3 commit a0004e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2025-01-17-this-development-cycle-in-cargo-1.85.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ This was skipped if `--allow-dirty` was used which changed in Cargo 1.81
110110
to help with efforts in auditing published packages
111111
([#13960](https://github.com/rust-lang/cargo/pull/13960)).
112112

113-
[landonxjames](https://github.com/landonxjames) reported that this change caused a significant perfornce regression when publishing the
113+
[landonxjames](https://github.com/landonxjames) reported that this change caused a significant performance regression when publishing the
114114
[aws-sdk-rust repo](https://github.com/awslabs/aws-sdk-rust).
115115
Cargo went from skipping its dirty file check with `--allow-dirty` to always running it.
116116
The check has not been optimized for publishing over 400 packages at once.

0 commit comments

Comments
 (0)