Skip to content

Commit 5d9afd0

Browse files
committed
chore: bump version to 0.2.0
1 parent ab3c4f6 commit 5d9afd0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["crates/*"]
44
exclude = ["vendor/tui-confirm-dialog"]
55

66
[workspace.package]
7-
version = "0.1.0"
7+
version = "0.2.0"
88
edition = "2021"
99
license = "MIT"
1010
repository = "https://github.com/fcoury/tsql"

crates/tsql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tui-tree-widget.workspace = true
4646
tui_confirm_dialog.workspace = true
4747

4848
# Internal crate
49-
tui-syntax = { path = "../tui-syntax", version = "0.1.0" }
49+
tui-syntax = { path = "../tui-syntax", version = "0.2.0" }
5050

5151
[dev-dependencies]
5252
dotenvy.workspace = true

0 commit comments

Comments
 (0)