Skip to content

Commit beefb43

Browse files
committed
Bump version to 0.10.0.
1 parent 7e0f401 commit beefb43

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pgmold"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
edition = "2021"
55
description = "PostgreSQL schema-as-code management tool"
66
license = "MIT"
@@ -28,3 +28,6 @@ testcontainers-modules = { version = "0.11", features = ["postgres"] }
2828
tempfile = "3"
2929
sqlx = { version = "0.7", features = ["runtime-tokio-native-tls", "postgres"] }
3030
tokio = { version = "1.35", features = ["full"] }
31+
32+
[build-dependencies]
33+
sqlparser = { version = "0.52", features = ["visitor"] }

0 commit comments

Comments
 (0)