Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianheineman committed Jul 17, 2024
1 parent a3f0c4b commit 9a4ee97
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 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 @@ -19,7 +19,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.14.1"
version = "0.14.2"

[workspace.dependencies]
anyhow = "1.0.86"
Expand Down
6 changes: 3 additions & 3 deletions postgresql_embedded/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ version.workspace = true

[build-dependencies]
anyhow = { workspace = true }
postgresql_archive = { path = "../postgresql_archive", version = "0.14.1", default-features = false }
postgresql_archive = { path = "../postgresql_archive", version = "0.14.2", default-features = false }
target-triple = { workspace = true }
tokio = { workspace = true, features = ["full"] }

[dependencies]
anyhow = { workspace = true }
home = { workspace = true }
lazy_static = { workspace = true }
postgresql_archive = { path = "../postgresql_archive", version = "0.14.1", default-features = false }
postgresql_commands = { path = "../postgresql_commands", version = "0.14.1" }
postgresql_archive = { path = "../postgresql_archive", version = "0.14.2", default-features = false }
postgresql_commands = { path = "../postgresql_commands", version = "0.14.2" }
rand = { workspace = true }
semver = { workspace = true }
sqlx = { workspace = true, features = ["runtime-tokio"] }
Expand Down

0 comments on commit 9a4ee97

Please sign in to comment.