Skip to content

Commit cf9f382

Browse files
committed
chore: bump version
1 parent 8f33dba commit cf9f382

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustlings"
3-
version = "4.6.0"
4-
authors = ["anastasie <[email protected]>", "Carol (Nichols || Goulding) <[email protected]>"]
3+
version = "4.7.0"
4+
authors = ["mokou <[email protected]>", "Carol (Nichols || Goulding) <[email protected]>"]
55
edition = "2021"
66

77
[dependencies]

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mod run;
2424
mod verify;
2525

2626
// In sync with crate version
27-
const VERSION: &str = "4.6.0";
27+
const VERSION: &str = "4.7.0";
2828

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

0 commit comments

Comments
 (0)