Skip to content

Commit 36fce4e

Browse files
committed
chore: update to 0 1 1
1 parent fda378a commit 36fce4e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.

crates/cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sqruff"
33
description = "A high-speed SQL linter."
4-
version = "0.1.0"
4+
version = "0.1.1"
55
edition = "2021"
66
license = "MIT"
77

@@ -13,7 +13,7 @@ harness = false
1313
jemalloc = ["jemallocator"]
1414

1515
[dependencies]
16-
sqruff-lib = { version = "0.1.0", path = "../lib" }
16+
sqruff-lib = { version = "0.1.1", path = "../lib" }
1717
clap = { version = "4", features = ["derive"] }
1818
console = "0.15.8"
1919

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sqruff-lib"
33
description = "A high-speed SQL linter."
4-
version = "0.1.0"
4+
version = "0.1.1"
55
edition = "2021"
66
license = "MIT"
77

0 commit comments

Comments
 (0)