Skip to content

Commit fdccb06

Browse files
committed
0.0.2
1 parent f0fd68d commit fdccb06

File tree

3 files changed

+245
-2
lines changed

3 files changed

+245
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
/target
2-
/Cargo.lock

Cargo.lock

Lines changed: 244 additions & 0 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
@@ -9,7 +9,7 @@ keywords = ["wasm", "sql", "formatter"]
99
license = "MIT"
1010
readme = "README.md"
1111
repository = "https://github.com/wasm-fmt/sql_fmt"
12-
version = "0.0.1"
12+
version = "0.0.2"
1313

1414

1515
[dependencies]

0 commit comments

Comments
 (0)