Skip to content

Commit

Permalink
Allow two hashbrown versions in the wasm-guest
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Oct 2, 2024
1 parent 6f3b973 commit 1873cb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/numcodecs-wasm-guest/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
//! wasm32 guest-side bindings for the [`numcodecs`] API, which allows you to
//! export one [`StaticCodec`] from a WASM component.

// hashbrown 0.14 (wasmparser) and 0.15 (indexmap)
#![allow(clippy::multiple_crate_versions)]

// Required in docs and the [`export_codec`] macro
#[doc(hidden)]
pub use numcodecs;
Expand Down

0 comments on commit 1873cb0

Please sign in to comment.