From 8957cff3a323796da3ca3fed5eaad75347760c82 Mon Sep 17 00:00:00 2001 From: Evan Feenstra Date: Tue, 11 Jun 2024 09:38:13 -0700 Subject: [PATCH] bump sphinx, fix type 33 sendself --- sphinx-ffi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx-ffi/Cargo.toml b/sphinx-ffi/Cargo.toml index 095a622..ab0304f 100644 --- a/sphinx-ffi/Cargo.toml +++ b/sphinx-ffi/Cargo.toml @@ -25,7 +25,7 @@ sphinx-signer = { path = "../signer", default-features = false, features = [ "no-native", ] } sphinx-glyph = { path = "../glyph", default-features = false } -sphinx = { git = "https://github.com/stakwork/sphinx", rev = "f146e2386691f9905c0cb498680f61b33c2572f9", features = [ +sphinx = { git = "https://github.com/stakwork/sphinx", rev = "4c41ad063324d8235f9cba035332670e8685da56", features = [ "msg", "bindings", ] }