Skip to content

Commit 5435b80

Browse files
chore: bump version
1 parent 5138f22 commit 5435b80

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustlings"
3-
version = "4.8.0"
3+
version = "5.0.0"
44
authors = ["Liv <[email protected]>", "Carol (Nichols || Goulding) <[email protected]>"]
55
edition = "2021"
66

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ If you get a permission denied message, you might have to exclude the directory
5757
Basically: Clone the repository at the latest tag, run `cargo install`.
5858

5959
```bash
60-
# find out the latest version at https://github.com/rust-lang/rustlings/releases/latest (on edit 4.7.1)
61-
git clone -b 4.7.1 --depth 1 https://github.com/rust-lang/rustlings
60+
# find out the latest version at https://github.com/rust-lang/rustlings/releases/latest (on edit 5.0.0)
61+
git clone -b 5.0.0 --depth 1 https://github.com/rust-lang/rustlings
6262
cd rustlings
6363
cargo install --force --path .
6464
```

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ mod run;
2626
mod verify;
2727

2828
// In sync with crate version
29-
const VERSION: &str = "4.8.0";
29+
const VERSION: &str = "5.0.0";
3030

3131
#[derive(FromArgs, PartialEq, Debug)]
3232
/// Rustlings is a collection of small exercises to get you used to writing and reading Rust code

0 commit comments

Comments
 (0)