mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 06:34:20 +00:00
chore: Release
This commit is contained in:
parent
196d3c1a98
commit
7f73219041
2 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -649,7 +649,7 @@ checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
|
|||
|
||||
[[package]]
|
||||
name = "rustlings"
|
||||
version = "6.0.0-beta.5"
|
||||
version = "6.0.0-beta.6"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
|
@ -668,7 +668,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rustlings-macros"
|
||||
version = "6.0.0-beta.5"
|
||||
version = "6.0.0-beta.6"
|
||||
dependencies = [
|
||||
"quote",
|
||||
"serde",
|
||||
|
|
|
@ -8,7 +8,7 @@ exclude = [
|
|||
]
|
||||
|
||||
[workspace.package]
|
||||
version = "6.0.0-beta.5"
|
||||
version = "6.0.0-beta.6"
|
||||
authors = [
|
||||
"Liv <mokou@fastmail.com>",
|
||||
"Mo Bitar <mo8it@proton.me>",
|
||||
|
@ -54,7 +54,7 @@ hashbrown = "0.14.5"
|
|||
notify-debouncer-mini = { version = "0.4.1", default-features = false }
|
||||
os_pipe = "1.1.5"
|
||||
ratatui = { version = "0.26.2", default-features = false, features = ["crossterm"] }
|
||||
rustlings-macros = { path = "rustlings-macros", version = "=6.0.0-beta.5" }
|
||||
rustlings-macros = { path = "rustlings-macros", version = "=6.0.0-beta.6" }
|
||||
serde_json = "1.0.116"
|
||||
serde.workspace = true
|
||||
toml_edit.workspace = true
|
||||
|
|
Loading…
Reference in a new issue