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
In #321 the cap-primitives crate updated its dependency on fs-set-times from 0.19.x to 0.20.x, but the fs-set-times types are part of the public API of cap-primitives via the from_std and into_std methods, meaning that upgrading a major version of a dependency is a breaking change on behalf of the cap-primitives crate.
This is causing downstream issues where Wasmtime 10.0.1 no longer compiles with crates.io, for example.
The text was updated successfully, but these errors were encountered:
Confirmed; cap-std 1.0.16 had a breaking change. I've now yanked that version, and the original reported issue in bytecodealliance/wasmtime#6674 is now fixed.
In #321 the
cap-primitives
crate updated its dependency onfs-set-times
from 0.19.x to 0.20.x, but thefs-set-times
types are part of the public API ofcap-primitives
via thefrom_std
andinto_std
methods, meaning that upgrading a major version of a dependency is a breaking change on behalf of thecap-primitives
crate.This is causing downstream issues where Wasmtime 10.0.1 no longer compiles with crates.io, for example.
The text was updated successfully, but these errors were encountered: