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 0d0433f

Browse filesBrowse files
committed
chore: Release
1 parent fc06580 commit 0d0433f
Copy full SHA for 0d0433f

File tree

Expand file treeCollapse file tree

3 files changed

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

3 files changed

+13
-13
lines changed

‎Cargo.lock

Copy file name to clipboardExpand all lines: Cargo.lock
+9-9Lines changed: 9 additions & 9 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
@@ -10,7 +10,7 @@ edition = "2021"
1010
keywords = ["postgresql", "postgres", "embedded", "database", "server"]
1111
license = "(Apache-2.0 OR MIT) AND PostgreSQL"
1212
repository = "https://github.com/theseus-rs/postgresql-embedded"
13-
version = "0.9.3"
13+
version = "0.9.4"
1414

1515
[workspace.dependencies]
1616
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,16 +12,16 @@ version.workspace = true
1212

1313
[build-dependencies]
1414
anyhow = { workspace = true }
15-
postgresql_archive = { path = "../postgresql_archive", version = "0.9.3" }
15+
postgresql_archive = { path = "../postgresql_archive", version = "0.9.4" }
1616
tokio = { workspace = true, features = ["full"] }
1717

1818
[dependencies]
1919
anyhow = { workspace = true }
2020
bytes = { workspace = true }
2121
home = { workspace = true }
2222
lazy_static = { workspace = true }
23-
postgresql_archive = { path = "../postgresql_archive", version = "0.9.3", default-features = false }
24-
postgresql_commands = { path = "../postgresql_commands", version = "0.9.3" }
23+
postgresql_archive = { path = "../postgresql_archive", version = "0.9.4", default-features = false }
24+
postgresql_commands = { path = "../postgresql_commands", version = "0.9.4" }
2525
rand = { workspace = true }
2626
tempfile = { workspace = true }
2727
thiserror = { workspace = true }

0 commit comments

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