Skip to content

Commit 07dc83c

Browse files
committed
πŸš€ Update package versions in Cargo.lock and Cargo.toml to 0.5.14 and 0.1.5
1 parent 3858a9f commit 07dc83c

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

β€ŽCargo.lockβ€Ž

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "mq-task"
1010
readme = "README.md"
1111
repository = "https://github.com/harehare/mq"
12-
version = "0.1.4"
12+
version = "0.1.5"
1313

1414
[[bin]]
1515
name = "mq-task"
@@ -23,8 +23,8 @@ path = "src/lib.rs"
2323
clap = {version = "4.5.57", features = ["derive"]}
2424
colored = "3.1"
2525
miette = {version = "7.6.0", features = ["fancy"]}
26-
mq-lang = "0.5.13"
27-
mq-markdown = "0.5.12"
26+
mq-lang = "0.5.14"
27+
mq-markdown = "0.5.14"
2828
serde = {version = "1.0", features = ["derive"]}
2929
serde_json = "1.0"
3030
thiserror = "2.0.18"

0 commit comments

Comments
Β (0)