1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-25 05:26:12 +02:00

chore: Release

This commit is contained in:
mo8it 2024-04-25 19:32:10 +02:00
parent ca41f9e2df
commit 5595e1c397
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -679,7 +679,7 @@ dependencies = [
[[package]]
name = "rustlings"
version = "6.0.0-alpha.0"
version = "6.0.0-beta.1"
dependencies = [
"anyhow",
"assert_cmd",
@ -698,7 +698,7 @@ dependencies = [
[[package]]
name = "rustlings-macros"
version = "6.0.0-alpha.0"
version = "6.0.0-beta.1"
dependencies = [
"quote",
"serde",

View File

@ -8,7 +8,7 @@ exclude = [
]
[workspace.package]
version = "6.0.0-alpha.0"
version = "6.0.0-beta.1"
authors = [
"Liv <mokou@fastmail.com>",
"Mo Bitar <mo8it@proton.me>",
@ -53,7 +53,7 @@ hashbrown = "0.14.3"
notify-debouncer-mini = "0.4.1"
os_pipe = "1.1.5"
ratatui = "0.26.2"
rustlings-macros = { path = "rustlings-macros", version = "=6.0.0-alpha.0" }
rustlings-macros = { path = "rustlings-macros", version = "=6.0.0-beta.1" }
serde.workspace = true
toml_edit.workspace = true
which = "6.0.1"