From f27aab803fe1f3b03f15dcb7c4b8b1a966e27cac Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Tue, 4 Jun 2024 10:09:55 -0400 Subject: [PATCH] fix: remove ruby config in uniffi.toml --- bdk-ffi/uniffi.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/bdk-ffi/uniffi.toml b/bdk-ffi/uniffi.toml index 767e0322..9dd45ba9 100644 --- a/bdk-ffi/uniffi.toml +++ b/bdk-ffi/uniffi.toml @@ -5,8 +5,5 @@ cdylib_name = "bdkffi" [bindings.python] cdylib_name = "bdkffi" -[bindings.ruby] -cdylib_name = "bdkffi" - [bindings.swift] cdylib_name = "bdkffi"