Skip to content

Commit

Permalink
feat: update to iroh@0.26.0 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire authored Sep 30, 2024
1 parent aaf4bdd commit 5eeec2f
Show file tree
Hide file tree
Showing 28 changed files with 957 additions and 255 deletions.
293 changes: 135 additions & 158 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iroh-ffi"
version = "0.25.0"
version = "0.26.0"
edition = "2021"
publish = false
readme = "README.md"
Expand Down Expand Up @@ -35,7 +35,7 @@ async-trait = "0.1.80"
blake3 = "1.3.3"
bytes = "1"
data-encoding = { version = "2.3.3" }
iroh = { version = "0.25.0" }
iroh = { version = "0.26.0" }
iroh-io = { version = "0.6" }
libc = "0.2.141"
num_cpus = { version = "1.15.0" }
Expand All @@ -52,7 +52,7 @@ tracing-subscriber = { version = "0.3.17" }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
futures-lite = "2.3.0"
derive_more = { version = "=1.0.0-beta.7", features = ["debug"] }
derive_more = { version = "1.0.0", features = ["debug"] }

[dev-dependencies]
rand = "0.8"
Expand Down
57 changes: 56 additions & 1 deletion Iroh.xcframework/ios-arm64/Iroh.framework/Headers/iroh_ffiFFI.h
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ uint64_t uniffi_iroh_ffi_fn_method_blobs_list_incomplete(void*_Nonnull ptr
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_METHOD_BLOBS_READ_AT_TO_BYTES
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_METHOD_BLOBS_READ_AT_TO_BYTES
uint64_t uniffi_iroh_ffi_fn_method_blobs_read_at_to_bytes(void*_Nonnull ptr, void*_Nonnull hash, uint64_t offset, RustBuffer len
uint64_t uniffi_iroh_ffi_fn_method_blobs_read_at_to_bytes(void*_Nonnull ptr, void*_Nonnull hash, uint64_t offset, void*_Nonnull len
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_METHOD_BLOBS_READ_TO_BYTES
Expand Down Expand Up @@ -2054,6 +2054,32 @@ int8_t uniffi_iroh_ffi_fn_method_rangespec_is_all(void*_Nonnull ptr, RustCallSta
int8_t uniffi_iroh_ffi_fn_method_rangespec_is_empty(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CLONE_READATLEN
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CLONE_READATLEN
void*_Nonnull uniffi_iroh_ffi_fn_clone_readatlen(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_FREE_READATLEN
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_FREE_READATLEN
void uniffi_iroh_ffi_fn_free_readatlen(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CONSTRUCTOR_READATLEN_ALL
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CONSTRUCTOR_READATLEN_ALL
void*_Nonnull uniffi_iroh_ffi_fn_constructor_readatlen_all(RustCallStatus *_Nonnull out_status

);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CONSTRUCTOR_READATLEN_AT_MOST
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CONSTRUCTOR_READATLEN_AT_MOST
void*_Nonnull uniffi_iroh_ffi_fn_constructor_readatlen_at_most(uint64_t size, RustCallStatus *_Nonnull out_status
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CONSTRUCTOR_READATLEN_EXACT
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CONSTRUCTOR_READATLEN_EXACT
void*_Nonnull uniffi_iroh_ffi_fn_constructor_readatlen_exact(uint64_t size, RustCallStatus *_Nonnull out_status
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CLONE_RECVSTREAM
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CLONE_RECVSTREAM
void*_Nonnull uniffi_iroh_ffi_fn_clone_recvstream(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
Expand Down Expand Up @@ -2164,6 +2190,11 @@ uint64_t uniffi_iroh_ffi_fn_method_sender_broadcast(void*_Nonnull ptr, RustBuffe
uint64_t uniffi_iroh_ffi_fn_method_sender_broadcast_neighbors(void*_Nonnull ptr, RustBuffer msg
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_METHOD_SENDER_CANCEL
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_METHOD_SENDER_CANCEL
uint64_t uniffi_iroh_ffi_fn_method_sender_cancel(void*_Nonnull ptr
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CLONE_SETTAGOPTION
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CLONE_SETTAGOPTION
void*_Nonnull uniffi_iroh_ffi_fn_clone_settagoption(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
Expand Down Expand Up @@ -3841,6 +3872,12 @@ uint16_t uniffi_iroh_ffi_checksum_method_sender_broadcast(void
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_METHOD_SENDER_BROADCAST_NEIGHBORS
uint16_t uniffi_iroh_ffi_checksum_method_sender_broadcast_neighbors(void

);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_METHOD_SENDER_CANCEL
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_METHOD_SENDER_CANCEL
uint16_t uniffi_iroh_ffi_checksum_method_sender_cancel(void

);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_METHOD_SUBSCRIBECALLBACK_EVENT
Expand Down Expand Up @@ -4051,6 +4088,24 @@ uint16_t uniffi_iroh_ffi_checksum_constructor_query_single_latest_per_key_exact(
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_QUERY_SINGLE_LATEST_PER_KEY_PREFIX
uint16_t uniffi_iroh_ffi_checksum_constructor_query_single_latest_per_key_prefix(void

);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_READATLEN_ALL
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_READATLEN_ALL
uint16_t uniffi_iroh_ffi_checksum_constructor_readatlen_all(void

);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_READATLEN_AT_MOST
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_READATLEN_AT_MOST
uint16_t uniffi_iroh_ffi_checksum_constructor_readatlen_at_most(void

);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_READATLEN_EXACT
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_READATLEN_EXACT
uint16_t uniffi_iroh_ffi_checksum_constructor_readatlen_exact(void

);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_SETTAGOPTION_AUTO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ uint64_t uniffi_iroh_ffi_fn_method_blobs_list_incomplete(void*_Nonnull ptr
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_METHOD_BLOBS_READ_AT_TO_BYTES
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_METHOD_BLOBS_READ_AT_TO_BYTES
uint64_t uniffi_iroh_ffi_fn_method_blobs_read_at_to_bytes(void*_Nonnull ptr, void*_Nonnull hash, uint64_t offset, RustBuffer len
uint64_t uniffi_iroh_ffi_fn_method_blobs_read_at_to_bytes(void*_Nonnull ptr, void*_Nonnull hash, uint64_t offset, void*_Nonnull len
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_METHOD_BLOBS_READ_TO_BYTES
Expand Down Expand Up @@ -2054,6 +2054,32 @@ int8_t uniffi_iroh_ffi_fn_method_rangespec_is_all(void*_Nonnull ptr, RustCallSta
int8_t uniffi_iroh_ffi_fn_method_rangespec_is_empty(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CLONE_READATLEN
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CLONE_READATLEN
void*_Nonnull uniffi_iroh_ffi_fn_clone_readatlen(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_FREE_READATLEN
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_FREE_READATLEN
void uniffi_iroh_ffi_fn_free_readatlen(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CONSTRUCTOR_READATLEN_ALL
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CONSTRUCTOR_READATLEN_ALL
void*_Nonnull uniffi_iroh_ffi_fn_constructor_readatlen_all(RustCallStatus *_Nonnull out_status

);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CONSTRUCTOR_READATLEN_AT_MOST
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CONSTRUCTOR_READATLEN_AT_MOST
void*_Nonnull uniffi_iroh_ffi_fn_constructor_readatlen_at_most(uint64_t size, RustCallStatus *_Nonnull out_status
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CONSTRUCTOR_READATLEN_EXACT
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CONSTRUCTOR_READATLEN_EXACT
void*_Nonnull uniffi_iroh_ffi_fn_constructor_readatlen_exact(uint64_t size, RustCallStatus *_Nonnull out_status
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CLONE_RECVSTREAM
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CLONE_RECVSTREAM
void*_Nonnull uniffi_iroh_ffi_fn_clone_recvstream(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
Expand Down Expand Up @@ -2164,6 +2190,11 @@ uint64_t uniffi_iroh_ffi_fn_method_sender_broadcast(void*_Nonnull ptr, RustBuffe
uint64_t uniffi_iroh_ffi_fn_method_sender_broadcast_neighbors(void*_Nonnull ptr, RustBuffer msg
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_METHOD_SENDER_CANCEL
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_METHOD_SENDER_CANCEL
uint64_t uniffi_iroh_ffi_fn_method_sender_cancel(void*_Nonnull ptr
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CLONE_SETTAGOPTION
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CLONE_SETTAGOPTION
void*_Nonnull uniffi_iroh_ffi_fn_clone_settagoption(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
Expand Down Expand Up @@ -3841,6 +3872,12 @@ uint16_t uniffi_iroh_ffi_checksum_method_sender_broadcast(void
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_METHOD_SENDER_BROADCAST_NEIGHBORS
uint16_t uniffi_iroh_ffi_checksum_method_sender_broadcast_neighbors(void

);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_METHOD_SENDER_CANCEL
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_METHOD_SENDER_CANCEL
uint16_t uniffi_iroh_ffi_checksum_method_sender_cancel(void

);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_METHOD_SUBSCRIBECALLBACK_EVENT
Expand Down Expand Up @@ -4051,6 +4088,24 @@ uint16_t uniffi_iroh_ffi_checksum_constructor_query_single_latest_per_key_exact(
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_QUERY_SINGLE_LATEST_PER_KEY_PREFIX
uint16_t uniffi_iroh_ffi_checksum_constructor_query_single_latest_per_key_prefix(void

);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_READATLEN_ALL
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_READATLEN_ALL
uint16_t uniffi_iroh_ffi_checksum_constructor_readatlen_all(void

);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_READATLEN_AT_MOST
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_READATLEN_AT_MOST
uint16_t uniffi_iroh_ffi_checksum_constructor_readatlen_at_most(void

);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_READATLEN_EXACT
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_READATLEN_EXACT
uint16_t uniffi_iroh_ffi_checksum_constructor_readatlen_exact(void

);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_SETTAGOPTION_AUTO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ uint64_t uniffi_iroh_ffi_fn_method_blobs_list_incomplete(void*_Nonnull ptr
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_METHOD_BLOBS_READ_AT_TO_BYTES
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_METHOD_BLOBS_READ_AT_TO_BYTES
uint64_t uniffi_iroh_ffi_fn_method_blobs_read_at_to_bytes(void*_Nonnull ptr, void*_Nonnull hash, uint64_t offset, RustBuffer len
uint64_t uniffi_iroh_ffi_fn_method_blobs_read_at_to_bytes(void*_Nonnull ptr, void*_Nonnull hash, uint64_t offset, void*_Nonnull len
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_METHOD_BLOBS_READ_TO_BYTES
Expand Down Expand Up @@ -2054,6 +2054,32 @@ int8_t uniffi_iroh_ffi_fn_method_rangespec_is_all(void*_Nonnull ptr, RustCallSta
int8_t uniffi_iroh_ffi_fn_method_rangespec_is_empty(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CLONE_READATLEN
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CLONE_READATLEN
void*_Nonnull uniffi_iroh_ffi_fn_clone_readatlen(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_FREE_READATLEN
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_FREE_READATLEN
void uniffi_iroh_ffi_fn_free_readatlen(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CONSTRUCTOR_READATLEN_ALL
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CONSTRUCTOR_READATLEN_ALL
void*_Nonnull uniffi_iroh_ffi_fn_constructor_readatlen_all(RustCallStatus *_Nonnull out_status

);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CONSTRUCTOR_READATLEN_AT_MOST
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CONSTRUCTOR_READATLEN_AT_MOST
void*_Nonnull uniffi_iroh_ffi_fn_constructor_readatlen_at_most(uint64_t size, RustCallStatus *_Nonnull out_status
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CONSTRUCTOR_READATLEN_EXACT
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CONSTRUCTOR_READATLEN_EXACT
void*_Nonnull uniffi_iroh_ffi_fn_constructor_readatlen_exact(uint64_t size, RustCallStatus *_Nonnull out_status
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CLONE_RECVSTREAM
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CLONE_RECVSTREAM
void*_Nonnull uniffi_iroh_ffi_fn_clone_recvstream(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
Expand Down Expand Up @@ -2164,6 +2190,11 @@ uint64_t uniffi_iroh_ffi_fn_method_sender_broadcast(void*_Nonnull ptr, RustBuffe
uint64_t uniffi_iroh_ffi_fn_method_sender_broadcast_neighbors(void*_Nonnull ptr, RustBuffer msg
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_METHOD_SENDER_CANCEL
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_METHOD_SENDER_CANCEL
uint64_t uniffi_iroh_ffi_fn_method_sender_cancel(void*_Nonnull ptr
);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CLONE_SETTAGOPTION
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_FN_CLONE_SETTAGOPTION
void*_Nonnull uniffi_iroh_ffi_fn_clone_settagoption(void*_Nonnull ptr, RustCallStatus *_Nonnull out_status
Expand Down Expand Up @@ -3841,6 +3872,12 @@ uint16_t uniffi_iroh_ffi_checksum_method_sender_broadcast(void
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_METHOD_SENDER_BROADCAST_NEIGHBORS
uint16_t uniffi_iroh_ffi_checksum_method_sender_broadcast_neighbors(void

);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_METHOD_SENDER_CANCEL
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_METHOD_SENDER_CANCEL
uint16_t uniffi_iroh_ffi_checksum_method_sender_cancel(void

);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_METHOD_SUBSCRIBECALLBACK_EVENT
Expand Down Expand Up @@ -4051,6 +4088,24 @@ uint16_t uniffi_iroh_ffi_checksum_constructor_query_single_latest_per_key_exact(
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_QUERY_SINGLE_LATEST_PER_KEY_PREFIX
uint16_t uniffi_iroh_ffi_checksum_constructor_query_single_latest_per_key_prefix(void

);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_READATLEN_ALL
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_READATLEN_ALL
uint16_t uniffi_iroh_ffi_checksum_constructor_readatlen_all(void

);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_READATLEN_AT_MOST
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_READATLEN_AT_MOST
uint16_t uniffi_iroh_ffi_checksum_constructor_readatlen_at_most(void

);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_READATLEN_EXACT
#define UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_READATLEN_EXACT
uint16_t uniffi_iroh_ffi_checksum_constructor_readatlen_exact(void

);
#endif
#ifndef UNIFFI_FFIDEF_UNIFFI_IROH_FFI_CHECKSUM_CONSTRUCTOR_SETTAGOPTION_AUTO
Expand Down
2 changes: 1 addition & 1 deletion IrohLib.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "IrohLib"
spec.version = "0.25.0"
spec.version = "0.26.0"
spec.summary = "iroh is a toolkit for building distributed apps"
spec.description = <<-DESC
Build distributed apps that raise the status quo for your users.
Expand Down
Loading

0 comments on commit 5eeec2f

Please sign in to comment.