mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-10-08 23:02:03 +02:00
chore: Release
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -439,7 +439,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustlings"
|
name = "rustlings"
|
||||||
version = "6.4.0"
|
version = "6.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap",
|
"clap",
|
||||||
@@ -455,7 +455,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustlings-macros"
|
name = "rustlings-macros"
|
||||||
version = "6.4.0"
|
version = "6.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"quote",
|
"quote",
|
||||||
"serde",
|
"serde",
|
||||||
|
@@ -5,7 +5,7 @@ exclude = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "6.4.0"
|
version = "6.5.0"
|
||||||
authors = [
|
authors = [
|
||||||
"Mo Bitar <mo8it@proton.me>", # https://github.com/mo8it
|
"Mo Bitar <mo8it@proton.me>", # https://github.com/mo8it
|
||||||
"Liv <mokou@fastmail.com>", # https://github.com/shadows-withal
|
"Liv <mokou@fastmail.com>", # https://github.com/shadows-withal
|
||||||
@@ -49,7 +49,7 @@ anyhow = "1.0"
|
|||||||
clap = { version = "4.5", features = ["derive"] }
|
clap = { version = "4.5", features = ["derive"] }
|
||||||
crossterm = { version = "0.29", default-features = false, features = ["windows", "events"] }
|
crossterm = { version = "0.29", default-features = false, features = ["windows", "events"] }
|
||||||
notify = "8.0"
|
notify = "8.0"
|
||||||
rustlings-macros = { path = "rustlings-macros", version = "=6.4.0" }
|
rustlings-macros = { path = "rustlings-macros", version = "=6.5.0" }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
toml.workspace = true
|
toml.workspace = true
|
||||||
|
Reference in New Issue
Block a user