mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 06:34:20 +00:00
Bump version to v6
This commit is contained in:
parent
3ff9b0cd2a
commit
3959570221
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -564,7 +564,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rustlings"
|
||||
version = "5.6.1"
|
||||
version = "6.0.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
|
@ -585,7 +585,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rustlings-macros"
|
||||
version = "5.6.1"
|
||||
version = "6.0.0"
|
||||
dependencies = [
|
||||
"quote",
|
||||
]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "5.6.1"
|
||||
version = "6.0.0"
|
||||
authors = [
|
||||
"Liv <mokou@fastmail.com>",
|
||||
"Carol (Nichols || Goulding) <carol.nichols@gmail.com>",
|
||||
|
|
Loading…
Reference in a new issue