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

chore: Release

This commit is contained in:
mo8it 2024-04-27 04:17:24 +02:00
parent cb7ce006b5
commit 181c81f016
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -641,7 +641,7 @@ checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
[[package]]
name = "rustlings"
version = "6.0.0-beta.3"
version = "6.0.0-beta.4"
dependencies = [
"anyhow",
"assert_cmd",
@ -660,7 +660,7 @@ dependencies = [
[[package]]
name = "rustlings-macros"
version = "6.0.0-beta.3"
version = "6.0.0-beta.4"
dependencies = [
"quote",
"serde",

View File

@ -8,7 +8,7 @@ exclude = [
]
[workspace.package]
version = "6.0.0-beta.3"
version = "6.0.0-beta.4"
authors = [
"Liv <mokou@fastmail.com>",
"Mo Bitar <mo8it@proton.me>",
@ -55,7 +55,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-beta.3" }
rustlings-macros = { path = "rustlings-macros", version = "=6.0.0-beta.4" }
serde_json = "1.0.116"
serde.workspace = true
toml_edit.workspace = true