Skip to content

Commit

Permalink
chore: fix elsa dependency (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker authored and arthurpaulino committed Dec 19, 2023
1 parent 14f9ca8 commit 4f49f79
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ ansi_term = "0.12.1"
tracing = { workspace = true }
tracing-texray = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
# TODO: package release
elsa = { version = "1.9.0", git = "https://github.com/lurk-lab/elsa", branch = "sync_frozen", features = ["indexmap"] }
elsa = { version = "0.1.0", package = "lurk-elsa", features = ["indexmap"] }
arc-swap = "1.6.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down Expand Up @@ -183,4 +182,4 @@ harness = false

[[bench]]
name = "public_params"
harness = false
harness = false

0 comments on commit 4f49f79

Please sign in to comment.