Skip to content

Releases: yarnpkg/pnp-rs

v0.11.0

01 Jul 07:46
1a18fec
Compare
Choose a tag to compare

Fixed

  • fix windows failure (#22)

Other

  • add release-plz.yml (#24)
  • remove indexmap
  • remove serde_with (#32)
  • remove the unused Serialize on PackageLocator (#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 on Error (#25)
  • use fxhash (#23)
  • clippy::result_large_err for the Error type (#21)
  • run cargo clippy --fix + manual fixes (#20)
  • run cargo fmt (#19)
  • add cargo check and cargo test --all-features (#18)
  • add rust-toolchain.toml (#17)
  • disable more
  • enable most tests on windows CI