Files
sousa-gecko/third_party/rust/bit-vec/RELEASES.md
T
Erich Gubler c870eef5c9 Bug 2024068 - build(webgpu): update wgpu to 805c372733f17e249b7fc4271330bbb8070e0bfb r=webgpu-reviewers,supply-chain-reviewers,afranchuk,nical
Notes for #supply-chain-reviewers :

- We add a new crate called `wgpu-naga-bridge`, which is a thin set of APIs that are related between `wgpu-types` and `naga`. Like other `wgpu-*` crates, it is part of the wgpu monorepo.

Differential Revision: https://phabricator.services.mozilla.com/D288298
2026-03-25 08:24:53 +00:00

848 B

Version 0.10.0 (TO BE RELEASED)

Version 0.9.1

  • Fixed issue with the serde feature

Version 0.9.0

  • Minimal Supported Rust Version is now 1.82
  • fn remove is implemented
  • fn fill is implemented
  • fn remove_all is implemented
  • fn clear is deprecated. Please use .fill(false) instead!
  • fn push_within_capacity is implemented
  • bug fix: .skip(n) on our iterators is now O(1) instead of O(n) time
  • fn to_bytes is optimized with a lookup table
  • some clippy lints are enabled
  • nanoserde version is now 0.2

Version 0.8.0 (2024-07-16)

  • fn insert is implemented
  • impl Display is implemented
  • impl Debug has different output