Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0a4979d

Browse filesBrowse files
committed
chore: Release
1 parent 7ef29da commit 0a4979d
Copy full SHA for 0a4979d

File tree

Expand file treeCollapse file tree

4 files changed

+23
-23
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+23
-23
lines changed

‎Cargo.lock

Copy file name to clipboardExpand all lines: Cargo.lock
+16-16Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

Copy file name to clipboardExpand all lines: Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: postgresql_embedded/Cargo.toml
+3-3Lines changed: 3 additions & 3 deletions
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

Copy file name to clipboardExpand all lines: postgresql_extensions/Cargo.toml
+3-3Lines changed: 3 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.