Skip to content

Commit

Permalink
bump hiqlite to latest stable v0.3.1 (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebadob authored Dec 2, 2024
1 parent d022fa1 commit cc33496
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ strip = true
panic = "abort"

[patch.crates-io]
hiqlite = { git = "https://github.com/sebadob/hiqlite.git", package = "hiqlite" }
#hiqlite = { git = "https://github.com/sebadob/hiqlite.git", package = "hiqlite" }
#hiqlite = { path = "../../hiqlite/hiqlite", package = "hiqlite" }

[workspace.dependencies]
Expand Down Expand Up @@ -54,7 +54,7 @@ futures = "0.3"
futures-util = "0.3"
gethostname = "0.5.0"
hex = { version = "0.4", features = ["serde"] }
hiqlite = { version = "0.3.0-20241115", features = ["full"] }
hiqlite = { version = "0.3.1", features = ["full"] }
hmac-sha256 = { version = "1.1.7", features = ["traits010"] }
hmac-sha512 = { version = "1.1.5", features = ["traits010", "sha384"] }
image = { version = "0.25.1", default-features = false, features = [
Expand Down

0 comments on commit cc33496

Please sign in to comment.