Releases: yarnpkg/pnp-rs
Releases · yarnpkg/pnp-rs
v0.11.0
Fixed
- fix windows failure (#22)
Other
- add release-plz.yml (#24)
- remove indexmap
- remove
serde_with
(#32) - remove the unused
Serialize
onPackageLocator
(#31) - bump deps (#30)
- use fxhash in zip data structures (#28)
- remove the
lazy_static
crate (#27) - improve
NODEJS_BUILTINS
(#26) - remove unnecessary derive
Serialize
onError
(#25) - use fxhash (#23)
clippy::result_large_err
for theError
type (#21)- run
cargo clippy --fix
+ manual fixes (#20) - run
cargo fmt
(#19) - add
cargo check
andcargo test --all-features
(#18) - add rust-toolchain.toml (#17)
- disable more
- enable most tests on windows CI