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 577b54f

Browse filesBrowse files
committed
chore: Release
1 parent a17df89 commit 577b54f
Copy full SHA for 577b54f

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
@@ -21,7 +21,7 @@ edition = "2021"
2121
keywords = ["postgresql", "postgres", "embedded", "database", "server"]
2222
license = "(Apache-2.0 OR MIT) AND PostgreSQL"
2323
repository = "https://github.com/theseus-rs/postgresql-embedded"
24-
version = "0.16.2"
24+
version = "0.16.3"
2525

2626
[workspace.dependencies]
2727
anyhow = "1.0.86"

‎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
@@ -12,15 +12,15 @@ version.workspace = true
1212

1313
[build-dependencies]
1414
anyhow = { workspace = true }
15-
postgresql_archive = { path = "../postgresql_archive", version = "0.16.2", default-features = false }
15+
postgresql_archive = { path = "../postgresql_archive", version = "0.16.3", 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 }
22-
postgresql_archive = { path = "../postgresql_archive", version = "0.16.2", default-features = false }
23-
postgresql_commands = { path = "../postgresql_commands", version = "0.16.2" }
22+
postgresql_archive = { path = "../postgresql_archive", version = "0.16.3", default-features = false }
23+
postgresql_commands = { path = "../postgresql_commands", version = "0.16.3" }
2424
rand = { workspace = true }
2525
semver = { workspace = true }
2626
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
@@ -11,8 +11,8 @@ version.workspace = true
1111

1212
[dependencies]
1313
async-trait = { workspace = true }
14-
postgresql_archive = { path = "../postgresql_archive", version = "0.16.2", default-features = false }
15-
postgresql_commands = { path = "../postgresql_commands", version = "0.16.2", default-features = false }
14+
postgresql_archive = { path = "../postgresql_archive", version = "0.16.3", default-features = false }
15+
postgresql_commands = { path = "../postgresql_commands", version = "0.16.3", default-features = false }
1616
regex = { workspace = true }
1717
reqwest = { workspace = true, default-features = false, features = ["json"] }
1818
reqwest-middleware = { workspace = true }
@@ -30,7 +30,7 @@ url = { workspace = true }
3030

3131
[dev-dependencies]
3232
anyhow = { workspace = true }
33-
postgresql_embedded = { path = "../postgresql_embedded", version = "0.16.2" }
33+
postgresql_embedded = { path = "../postgresql_embedded", version = "0.16.3" }
3434
test-log = { workspace = true }
3535
tokio = { workspace = true, features = ["full"] }
3636

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.