Skip to content

Commit d735b97

Browse files
authored
Tweak wording of cargo info versions, and drop feature callout
1 parent d950248 commit d735b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2024-10-17-Rust-1.82.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ code.
4343
<b><span style="color:#0AA">note</span></b><b>:</b> to see how you depend on cc, run `<b><span style="color:#0AA">cargo tree --invert --package [email protected]</span></b>`
4444
</pre>
4545

46-
By default `cargo info` describes the package version in the local `Cargo.lock`, if any, but as you can see it will indicate when there's a newer version too, and `cargo info [email protected]` would report on that. The feature list also indicates a `+` next to any that are enabled.
46+
By default, `cargo info` describes the package version in the local `Cargo.lock`, if any. As you can see, it will indicate when there's a newer version too, and `cargo info [email protected]` would report on that.
4747

4848
### Apple target promotions
4949

0 commit comments

Comments
 (0)