Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianheineman committed Mar 7, 2024
1 parent 203e38a commit c3adcbb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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", "postgres", "embedded", "database", "server"]
license = "(Apache-2.0 OR MIT) AND PostgreSQL"
repository = "https://github.com/theseus-rs/postgresql-embedded"
version = "0.6.1"
version = "0.6.2"

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

[build-dependencies]
anyhow = { workspace = true }
postgresql_archive = { path = "../postgresql_archive", version = "0.6.1" }
postgresql_archive = { path = "../postgresql_archive", version = "0.6.2" }
tokio = { workspace = true }

[dependencies]
anyhow = { workspace = true }
bytes = { workspace = true }
home = { workspace = true }
lazy_static = { workspace = true }
postgresql_archive = { path = "../postgresql_archive", version = "0.6.1" }
postgresql_archive = { path = "../postgresql_archive", version = "0.6.2" }
rand = { workspace = true }
tempfile = { workspace = true }
thiserror = { workspace = true }
Expand Down

0 comments on commit c3adcbb

Please sign in to comment.