Skip to content

Commit f9a0381

Browse files
committed
chore: Release
1 parent d24fd83 commit f9a0381

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -19,7 +19,7 @@ edition = "2021"
1919
keywords = ["postgresql", "postgres", "embedded", "database", "server"]
2020
license = "(Apache-2.0 OR MIT) AND PostgreSQL"
2121
repository = "https://github.com/theseus-rs/postgresql-embedded"
22-
version = "0.13.0"
22+
version = "0.14.0"
2323

2424
[workspace.dependencies]
2525
anyhow = "1.0.86"

postgresql_embedded/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ version.workspace = true
1212

1313
[build-dependencies]
1414
anyhow = { workspace = true }
15-
postgresql_archive = { path = "../postgresql_archive", version = "0.13.0", default-features = false }
15+
postgresql_archive = { path = "../postgresql_archive", version = "0.14.0", default-features = false }
1616
target-triple = { workspace = true }
1717
tokio = { workspace = true, features = ["full"] }
1818

1919
[dependencies]
2020
anyhow = { workspace = true }
2121
home = { workspace = true }
2222
lazy_static = { workspace = true }
23-
postgresql_archive = { path = "../postgresql_archive", version = "0.13.0", default-features = false }
24-
postgresql_commands = { path = "../postgresql_commands", version = "0.13.0" }
23+
postgresql_archive = { path = "../postgresql_archive", version = "0.14.0", default-features = false }
24+
postgresql_commands = { path = "../postgresql_commands", version = "0.14.0" }
2525
rand = { workspace = true }
2626
semver = { workspace = true }
2727
sqlx = { workspace = true, features = ["runtime-tokio"] }

0 commit comments

Comments
 (0)