Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build - incompatible with napi 2.15 so stick with 2.14
``` error[E0308]: mismatched types --> src/audio_buffer.rs:217:17 | 216 | .create_arraybuffer_with_borrowed_data( | ------------------------------------- arguments to this method are incorrect 217 | data_ptr, | ^^^^^^^^ types differ in mutability | = note: expected raw pointer `*mut u8` found raw pointer `*const u8` note: method defined here --> /Users/otto/.cargo/registry/src/index.crates.io-6f17d22bba15001f/napi-2.15.1/src/env.rs:508:17 | 508 | pub unsafe fn create_arraybuffer_with_borrowed_data<Hint, Finalize>( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ```
- Loading branch information