Skip to content

Commit 7521052

Browse files
authored
Make prior Rust version indicators match
1 parent dc2de12 commit 7521052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Modify `Cargo.toml` in this way:
4444
strip = true # Automatically strip symbols from the binary.
4545
```
4646

47-
On Rust versions older than 1.59, run [`strip`](https://linux.die.net/man/1/strip) directly on
47+
**Prior to Rust 1.59**, run [`strip`](https://linux.die.net/man/1/strip) directly on
4848
the `.elf` file instead:
4949

5050
```bash

0 commit comments

Comments
 (0)