Closed tv-deusen closed 5 months ago
This is a change to remove the deprecation warnings by using methods to access the authors, blobs and docs fields of the Iroh struct insead of directly accessing fields.
authors
blobs
docs
Iroh
It also rearranged some of the use declarations (not sure if this is wanted).
Thanks a lot!
This is a change to remove the deprecation warnings by using methods to access the
authors
,blobs
anddocs
fields of theIroh
struct insead of directly accessing fields.It also rearranged some of the use declarations (not sure if this is wanted).