Skip to content

Commit 4c2c981

Browse files
committed
fix: Typo
1 parent d470976 commit 4c2c981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2025-02-27-this-development-cycle-in-cargo-1.86.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ then the published version will be
9090
[package]
9191
name = "foo"
9292
version = "10.0.0"
93-
resoler = "3"
93+
resolver = "3"
9494
```
9595
(see [#8264](https://github.com/rust-lang/cargo/issues/8264) for a discussion on whether `profile` should be copied over)
9696

0 commit comments

Comments
 (0)