Commit f9d3ae1
authored
feat: import iroh_base::ticket::BlobTicket and iroh_base::hash
## Description
As `iroh_base::hash` and `iroh_base::ticket::BlobtTicket` are mainly `iroh-blobs` concerns they are moved into here.
This also updates to the latest `iroh@main` so
- `AddrInfoOptions` has been removed
- MSRV is bumped to `1.81`
## Breaking Changes
- `addr_options` on the cli is removed from the `share` call1 parent 29f0591 commit f9d3ae1
File tree
27 files changed
+1015
-267
lines changed- .github/workflows
- examples
- src
- downloader
- get
- rpc
- client
- proto
- store
- fs
- util
27 files changed
+1015
-267
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
0 commit comments