Skip to content

Commit

Permalink
paste version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Dec 19, 2024
1 parent abc70c6 commit a061080
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tutorials/data_management_interactive.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Verify that Rust is installed. If it's not, you can install it in a few seconds

```console
$ cargo --version
cargo 1.80 (7f1d04c00 2023-07-29)
cargo 1.80.1 (376290515 2024-07-16)
```

Now you can run
Expand Down
2 changes: 1 addition & 1 deletion tutorials/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To verify that, open a terminal and check that the results are similar to:

```console
$ cargo --version
cargo 1.80 (7f1d04c00 2023-07-29)
cargo 1.80.1 (376290515 2024-07-16)
```

# 2. Creating an app with ICU4X as a dependency
Expand Down
2 changes: 1 addition & 1 deletion tutorials/intro_interactive.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Verify that Rust is installed. If it's not, you can install it in a few seconds

```console
cargo --version
# cargo 1.80 (7f1d04c00 2023-07-29)
# cargo 1.80.1 (376290515 2024-07-16)
```

Create a new Rust binary crate with icu4x as a dependency:
Expand Down

0 comments on commit a061080

Please sign in to comment.