Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianheineman committed Feb 11, 2024
1 parent 28ac9cb commit 2f203fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
keywords = ["postgresql", "ffi", "database"]
license = "(Apache-2.0 OR MIT) AND PostgreSQL"
repository = "https://github.com/theseus-rs/postgresql-embedded"
version = "0.2.3"
version = "0.3.0"

[workspace.dependencies]
anyhow = { version = "1.0" }
Expand Down
4 changes: 2 additions & 2 deletions postgresql_embedded/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version.workspace = true
[build-dependencies]
anyhow = { workspace = true }
hex = { workspace = true }
postgresql_archive = { path = "../postgresql_archive", version = "0.2.3" }
postgresql_archive = { path = "../postgresql_archive", version = "0.3.0" }
sha2 = { workspace = true }
tokio = { workspace = true }

Expand All @@ -23,7 +23,7 @@ bytes = { workspace = true }
hex = { workspace = true }
home = { workspace = true }
lazy_static = { workspace = true }
postgresql_archive = { path = "../postgresql_archive", version = "0.2.3" }
postgresql_archive = { path = "../postgresql_archive", version = "0.3.0" }
rand = { workspace = true }
sha2 = { workspace = true }
tempfile = { workspace = true }
Expand Down

0 comments on commit 2f203fe

Please sign in to comment.