You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conflicting version of wasi will cause builds to crash. As more common crates are importing wasi this problem will grow if not addressed. In my particular case newer version of tempfile and uuid depended on a newer version of getrandom which depended on v0.13.3+wasi-0.2.2. This conflicted with my crate's direct dependency and the dependency of wstd on v0.14.1+wasi-0.2.3.
Conflicting version of wasi will cause builds to crash. As more common crates are importing
wasi
this problem will grow if not addressed. In my particular case newer version oftempfile
anduuid
depended on a newer version ofgetrandom
which depended onv0.13.3+wasi-0.2.2
. This conflicted with my crate's direct dependency and the dependency ofwstd
onv0.14.1+wasi-0.2.3
.working_tree.txt
not_working_tree.txt
conflicting_wasi_error.txt
The text was updated successfully, but these errors were encountered: