From 5ee06e2df9236f150db15f1fe98f19b213205329 Mon Sep 17 00:00:00 2001 From: Maico Date: Thu, 9 Nov 2023 14:59:55 -0300 Subject: [PATCH] feat: bumping Pallas version --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d1e18cfc..287fef35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,6 @@ authors = ["Santiago Carmuega "] [dependencies] -# pallas = "0.19.0" -# pallas = { path = "../pallas/pallas" } pallas = { git = "https://github.com/txpipe/pallas.git", features = ["unstable"] } gasket = { version = "^0.5", features = ["derive"] }