Update auto-generated bindings
[ldk-c-bindings] / lightning-c-bindings / src / lightning_invoice / constants.rs
index a82129125c1e8e8fdc43ca78fceda8d5a8011cb8..4486e0e3437671e3fc810441409e75a2459881c4 100644 (file)
@@ -8,10 +8,13 @@
 
 /// Tag constants as specified in BOLT11
 
-use std::str::FromStr;
-use std::ffi::c_void;
+use alloc::str::FromStr;
+use core::ffi::c_void;
+use core::convert::Infallible;
 use bitcoin::hashes::Hash;
 use crate::c_types::*;
+#[cfg(feature="no-std")]
+use alloc::{vec::Vec, boxed::Box};
 
 
 #[no_mangle]