Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianheineman committed Aug 13, 2024
1 parent 7f30ee0 commit d9bb084
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
28 changes: 14 additions & 14 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.0"
version = "0.16.1"

[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.0", default-features = false }
postgresql_archive = { path = "../postgresql_archive", version = "0.16.1", 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.0", default-features = false }
postgresql_commands = { path = "../postgresql_commands", version = "0.16.0" }
postgresql_archive = { path = "../postgresql_archive", version = "0.16.1", default-features = false }
postgresql_commands = { path = "../postgresql_commands", version = "0.16.1" }
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.0", default-features = false }
postgresql_commands = { path = "../postgresql_commands", version = "0.16.0", default-features = false }
postgresql_archive = { path = "../postgresql_archive", version = "0.16.1", default-features = false }
postgresql_commands = { path = "../postgresql_commands", version = "0.16.1", 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.0" }
postgresql_embedded = { path = "../postgresql_embedded", version = "0.16.1" }
test-log = { workspace = true }
tokio = { workspace = true, features = ["full"] }

Expand Down

0 comments on commit d9bb084

Please sign in to comment.