From b2ad646cf526dc2fda5f1715660f5854f797a9e0 Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Fri, 14 Apr 2023 02:27:06 +0200 Subject: [PATCH] chore: Use gasket dep from crates.io (#249) --- pallas-upstream/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pallas-upstream/Cargo.toml b/pallas-upstream/Cargo.toml index f535d13..941ab7a 100644 --- a/pallas-upstream/Cargo.toml +++ b/pallas-upstream/Cargo.toml @@ -23,7 +23,8 @@ thiserror = "1.0.31" tokio = { version = "1", features = ["net", "macros", "io-util"] } tracing = "0.1.37" -gasket = { git = "https://github.com/construkts/gasket-rs" } +gasket = "0.2.0" +# gasket = { git = "https://github.com/construkts/gasket-rs" } # gasket = { path = "../../../construkts/gasket-rs" } [dev-dependencies]