Skip to content

Commit c3adcbb

Browse files
committed
chore: Release
1 parent 203e38a commit c3adcbb

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -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.6.1"
13+
version = "0.6.2"
1414

1515
[workspace.dependencies]
1616
anyhow = { version = "1.0" }

postgresql_embedded/Cargo.toml

Lines changed: 2 additions & 2 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.6.1" }
15+
postgresql_archive = { path = "../postgresql_archive", version = "0.6.2" }
1616
tokio = { workspace = true }
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.6.1" }
23+
postgresql_archive = { path = "../postgresql_archive", version = "0.6.2" }
2424
rand = { workspace = true }
2525
tempfile = { workspace = true }
2626
thiserror = { workspace = true }

0 commit comments

Comments
 (0)