From ffc54b168695b2704310f7f5bcca9fca1dc04f38 Mon Sep 17 00:00:00 2001 From: Clark Alesna Date: Wed, 17 Jul 2024 00:13:52 +0800 Subject: [PATCH] chore: remove pallas specific version to always just refer to latest pallas (#34) --- extension/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/Cargo.toml b/extension/Cargo.toml index dedd8cc..c5fe703 100644 --- a/extension/Cargo.toml +++ b/extension/Cargo.toml @@ -18,7 +18,7 @@ pg_test = [] [dependencies] # pallas = "0.21" -pallas = { version = "0.28", git = "https://github.com/txpipe/pallas.git" } +pallas = { git = "https://github.com/txpipe/pallas.git" } pgrx = "=0.11.3" serde_json = "1.0.114" serde = "1.0.197"