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
If there are no pushback I'd like to make a PR to switch to thiserror directly (with default-features=false, to be no-std friendly). What do you think?
The text was updated successfully, but these errors were encountered:
I'm wondering why this library chose to depend on
thiserror-no-std
:vsss-rs/Cargo.toml
Line 38 in c6e746d
thiserror-no-std
isn't owned by dtolnay so I don't know how trustworthy it is: https://crates.io/crates/thiserror-no-stdIf there are no pushback I'd like to make a PR to switch to
thiserror
directly (withdefault-features=false
, to be no-std friendly). What do you think?The text was updated successfully, but these errors were encountered: