Skip to content

Commit

Permalink
switch to release version of hiqlite 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebadob committed Sep 25, 2024
1 parent 5b46330 commit 7d2b762
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 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.2.0", default-features = false, features = ["cache", "listen_notify"] }
hiqlite = { version = "0.2.1", default-features = false, features = ["cache", "listen_notify"] }
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 7d2b762

Please sign in to comment.