From 9d3733389def6b99d6b2239de270b7a0ba2ebfca 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 767e032..9dd45ba 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"