Skip to content

Commit 533e410

Browse files
committed
chore: release v0.6.7
1 parent 1279c1d commit 533e410

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
resolver = "2"
99

1010
[workspace.package]
11-
version = "0.6.6"
11+
version = "0.6.7"
1212
edition = "2021"
1313
license = "Apache-2.0"
1414
authors = ["zdk <di.warachet@gmail.com>"]
@@ -26,6 +26,6 @@ rusqlite = { version = "0.32", features = ["bundled"] }
2626
clap = { version = "4", features = ["derive"] }
2727

2828
# Internal crates (version required for crates.io publish)
29-
lowfat-core = { path = "crates/lowfat-core", version = "=0.6.6" }
30-
lowfat-plugin = { path = "crates/lowfat-plugin", version = "=0.6.6" }
31-
lowfat-runner = { path = "crates/lowfat-runner", version = "=0.6.6" }
29+
lowfat-core = { path = "crates/lowfat-core", version = "=0.6.7" }
30+
lowfat-plugin = { path = "crates/lowfat-plugin", version = "=0.6.7" }
31+
lowfat-runner = { path = "crates/lowfat-runner", version = "=0.6.7" }

0 commit comments

Comments
 (0)