Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianheineman committed Aug 24, 2024
1 parent 288410c commit 106c365
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
32 changes: 16 additions & 16 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 @@ -21,7 +21,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.16.1"
version = "0.16.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,15 +12,15 @@ version.workspace = true

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

[dependencies]
anyhow = { workspace = true }
home = { workspace = true }
postgresql_archive = { path = "../postgresql_archive", version = "0.16.1", default-features = false }
postgresql_commands = { path = "../postgresql_commands", version = "0.16.1" }
postgresql_archive = { path = "../postgresql_archive", version = "0.16.2", default-features = false }
postgresql_commands = { path = "../postgresql_commands", version = "0.16.2" }
rand = { workspace = true }
semver = { workspace = true }
sqlx = { workspace = true, features = ["runtime-tokio"] }
Expand Down
6 changes: 3 additions & 3 deletions postgresql_extensions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ version.workspace = true

[dependencies]
async-trait = { workspace = true }
postgresql_archive = { path = "../postgresql_archive", version = "0.16.1", default-features = false }
postgresql_commands = { path = "../postgresql_commands", version = "0.16.1", default-features = false }
postgresql_archive = { path = "../postgresql_archive", version = "0.16.2", default-features = false }
postgresql_commands = { path = "../postgresql_commands", version = "0.16.2", default-features = false }
regex = { workspace = true }
reqwest = { workspace = true, default-features = false, features = ["json"] }
reqwest-middleware = { workspace = true }
Expand All @@ -30,7 +30,7 @@ url = { workspace = true }

[dev-dependencies]
anyhow = { workspace = true }
postgresql_embedded = { path = "../postgresql_embedded", version = "0.16.1" }
postgresql_embedded = { path = "../postgresql_embedded", version = "0.16.2" }
test-log = { workspace = true }
tokio = { workspace = true, features = ["full"] }

Expand Down

0 comments on commit 106c365

Please sign in to comment.