Commit b3437c1
committed
chore(deps): reorganize wasm dependencies
The getrandom crate is used only by the wasm feature, through the
`ring` dependency. It was explicitly mentioned by our Cargo.toml to
enable the `js` feature, required by the `wasm32-unknown-unknown` target.
Starting from this commit, we stop mentioning the
`getrandom` dependency and instead we make the `ring` dependency
explicit. The `js` feature of the getrandom crate is now set by using
a dedicated feature of the ring crate itself.
Signed-off-by: Flavio Castelli <[email protected]>1 parent e2b62cc commit b3437c1
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
160 | 162 | | |
161 | 163 | | |
162 | 164 | | |
| |||
0 commit comments