Skip to content

Commit 0a4979d

Browse files
committed
chore: Release
1 parent 7ef29da commit 0a4979d

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

Cargo.lock

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ keywords = ["postgresql", "postgres", "embedded", "database", "server"]
2222
license = "(Apache-2.0 OR MIT) AND PostgreSQL"
2323
repository = "https://github.com/theseus-rs/postgresql-embedded"
2424
rust-version = "1.84.0"
25-
version = "0.17.3"
25+
version = "0.17.4"
2626

2727
[workspace.dependencies]
2828
anyhow = "1.0.95"

postgresql_embedded/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ version.workspace = true
1313

1414
[build-dependencies]
1515
anyhow = { workspace = true }
16-
postgresql_archive = { path = "../postgresql_archive", version = "0.17.3", default-features = false }
16+
postgresql_archive = { path = "../postgresql_archive", version = "0.17.4", default-features = false }
1717
target-triple = { workspace = true }
1818
tokio = { workspace = true, features = ["full"] }
1919
url = { workspace = true }
2020

2121
[dependencies]
2222
anyhow = { workspace = true }
2323
home = { workspace = true }
24-
postgresql_archive = { path = "../postgresql_archive", version = "0.17.3", default-features = false }
25-
postgresql_commands = { path = "../postgresql_commands", version = "0.17.3" }
24+
postgresql_archive = { path = "../postgresql_archive", version = "0.17.4", default-features = false }
25+
postgresql_commands = { path = "../postgresql_commands", version = "0.17.4" }
2626
rand = { workspace = true }
2727
semver = { workspace = true }
2828
sqlx = { workspace = true, features = ["runtime-tokio"] }

postgresql_extensions/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ version.workspace = true
1212

1313
[dependencies]
1414
async-trait = { workspace = true }
15-
postgresql_archive = { path = "../postgresql_archive", version = "0.17.3", default-features = false }
16-
postgresql_commands = { path = "../postgresql_commands", version = "0.17.3", default-features = false }
15+
postgresql_archive = { path = "../postgresql_archive", version = "0.17.4", default-features = false }
16+
postgresql_commands = { path = "../postgresql_commands", version = "0.17.4", default-features = false }
1717
regex = { workspace = true }
1818
reqwest = { workspace = true, default-features = false, features = ["json"] }
1919
semver = { workspace = true, features = ["serde"] }
@@ -28,7 +28,7 @@ url = { workspace = true }
2828

2929
[dev-dependencies]
3030
anyhow = { workspace = true }
31-
postgresql_embedded = { path = "../postgresql_embedded", version = "0.17.3" }
31+
postgresql_embedded = { path = "../postgresql_embedded", version = "0.17.4" }
3232
test-log = { workspace = true }
3333
tokio = { workspace = true, features = ["full"] }
3434

0 commit comments

Comments
 (0)