Skip to content

Commit

Permalink
chore: fix elsa dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Dec 15, 2023
1 parent e94227e commit b4f90de
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 @@ -69,8 +69,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 @@ -181,4 +180,4 @@ harness = false

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

0 comments on commit b4f90de

Please sign in to comment.