Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianheineman committed Jan 17, 2025
1 parent 7ef29da commit 0a4979d
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 @@ -22,7 +22,7 @@ keywords = ["postgresql", "postgres", "embedded", "database", "server"]
license = "(Apache-2.0 OR MIT) AND PostgreSQL"
repository = "https://github.com/theseus-rs/postgresql-embedded"
rust-version = "1.84.0"
version = "0.17.3"
version = "0.17.4"

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

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

[dependencies]
anyhow = { workspace = true }
home = { workspace = true }
postgresql_archive = { path = "../postgresql_archive", version = "0.17.3", default-features = false }
postgresql_commands = { path = "../postgresql_commands", version = "0.17.3" }
postgresql_archive = { path = "../postgresql_archive", version = "0.17.4", default-features = false }
postgresql_commands = { path = "../postgresql_commands", version = "0.17.4" }
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 @@ -12,8 +12,8 @@ version.workspace = true

[dependencies]
async-trait = { workspace = true }
postgresql_archive = { path = "../postgresql_archive", version = "0.17.3", default-features = false }
postgresql_commands = { path = "../postgresql_commands", version = "0.17.3", default-features = false }
postgresql_archive = { path = "../postgresql_archive", version = "0.17.4", default-features = false }
postgresql_commands = { path = "../postgresql_commands", version = "0.17.4", default-features = false }
regex = { workspace = true }
reqwest = { workspace = true, default-features = false, features = ["json"] }
semver = { workspace = true, features = ["serde"] }
Expand All @@ -28,7 +28,7 @@ url = { workspace = true }

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

Expand Down

0 comments on commit 0a4979d

Please sign in to comment.