Commit 404e1f6
authored
* `cargo update`
* Small fixes
* `cargo fix --edition`
* Update edition && `cargo +nightly fmt` && `cargo clippy --fix`
* Update everything to `ipld-core` in favor of `libipld`
* Update rust version in CI checks
* Fix some doctests and update wnfs-wasm
* Fix some clippy warnings
* Try to fix the wasm tests
* Update yarn lockfile
* update node version
1 parent 85f3e6c commit 404e1f6
File tree
89 files changed
+2319
-2391
lines changed- .cargo
- .github/workflows
- wnfs-bench
- wnfs-common
- src
- utils
- wnfs-hamt
- proptest-regressions
- src
- strategies
- wnfs-nameaccumulator
- src
- wnfs-unixfs-file
- src
- chunker
- wnfs-wasm
- src/fs
- private
- public
- tests
- wnfs
- examples
- src
- private
- forest
- keys
- node
- public
- node
- snapshots
- snapshots
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
89 files changed
+2319
-2391
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
10 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
0 commit comments