Skip to content

Commit

Permalink
Updated cargo-size version specification to ^0.3 for broader compatib…
Browse files Browse the repository at this point in the history
…ility
  • Loading branch information
wubin28 committed Nov 12, 2024
1 parent 94260e9 commit b7d3b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdbook/src/03-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ rustc 1.79.0 (129f3b996 2024-06-10)

``` console
$ rustup component add llvm-tools
$ cargo install cargo-binutils --vers 0.3.6
$ cargo install cargo-binutils --vers '^0.3'
$ cargo size --version
cargo-size 0.3.6
```
Expand Down

0 comments on commit b7d3b75

Please sign in to comment.