vcombey / fallible_collections

impl fallible collections in rust, quite as describe in RFC 2116
Apache License 2.0
33 stars 14 forks source link

build: upgrade `hashbrown` 0.13 → 0.14 #47

Closed ErichDonGubler closed 5 months ago

ErichDonGubler commented 5 months ago

Intended to unblock Mozilla's work to upgrade WGPU, which now consumes a hashbrown. Firefox resists having duplicate dependencies, and it uses hashbrown 0.12. WGPU is already consuming hashbrown 0.14.

ErichDonGubler commented 5 months ago

I don't see any CI running here, but cargo test is successful on my MacOS machine (Apple M1 Max, Sonoma 14.4.1).

ErichDonGubler commented 5 months ago

Ah, this is a duplicate of https://github.com/vcombey/fallible_collections/pull/46. Sorry for the noise!