Skip to content

Commit

Permalink
chore: bump up napi-rs to 3.0.0-alpha (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 25, 2024
1 parent 94b2a96 commit 79f4101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/binding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jpeg-decoder = "0.3"
libavif = { version = "0.14", default-features = false, features = ["codec-aom"] }
libc = "0.2"
lodepng = "3"
napi = { version = "3.0.0-alpha.7", default-features = false, features = ["napi3"] }
napi-derive = { version = "3.0.0-alpha.5", default-features = false, features = ["type-def"] }
napi = { version = "3.0.0-alpha", default-features = false, features = ["napi3"] }
napi-derive = { version = "3.0.0-alpha", default-features = false, features = ["type-def"] }
num-complex = "0.4"
num_cpus = "1"
once_cell = "1"
Expand Down

0 comments on commit 79f4101

Please sign in to comment.