Skip to content

Commit

Permalink
chore: bump napi and napi-derive (Brooooooklyn#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn authored Sep 21, 2024
1 parent 9c68552 commit 2d3c46c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ base64-simd = "0.8"
cssparser = "0.29"
infer = "0.16"
libavif = { version = "0.14", default-features = false, features = ["codec-aom"] }
napi = { version = "3.0.0-alpha", default-features = false, features = ["napi3", "serde-json"] }
napi-derive = { version = "3.0.0-alpha.8", default-features = false }
napi = { version = "3.0.0-alpha.11", default-features = false, features = ["napi3", "serde-json"] }
napi-derive = { version = "3.0.0-alpha.11", default-features = false }
nom = "7"
num_cpus = "1"
once_cell = "1"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use std::str::FromStr;
use std::{mem, slice};

use base64::Engine;
use bindgen_prelude::BufferSlice;
use bindgen_prelude::{BufferSlice, JavaScriptClassExt};
use napi::bindgen_prelude::{AsyncTask, ClassInstance, Either3, This, Unknown};
use napi::*;

Expand Down

0 comments on commit 2d3c46c

Please sign in to comment.