From b4f90dea484fb559e565f10ab4aa518386197dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= Date: Fri, 15 Dec 2023 10:23:57 -0500 Subject: [PATCH] chore: fix elsa dependency --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 916d9a0a6d..a5d8946f71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] @@ -181,4 +180,4 @@ harness = false [[bench]] name = "public_params" -harness = false \ No newline at end of file +harness = false