Skip to content

Commit

Permalink
chore(deps): upgrade napi-rs to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yisibl committed May 7, 2022
1 parent 6248196 commit 92bb14d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ usvg = { version = "0.22.0", default-features = false, features = [
] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
napi = { version = "2.2.0", features = ["serde-json"] }
napi-derive = "2.2.0"
napi = { version = "2.4.1", features = ["serde-json"] }
napi-derive = "2.4.0"
usvg = { version = "0.22.0", default-features = false, features = [
"export",
"filter",
"text",
] }

[build-dependencies]
napi-build = "1"
napi-build = "2"

[profile.release]
lto = true # Enable Link Time Optimization
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2022-04-20
nightly-2022-04-13

0 comments on commit 92bb14d

Please sign in to comment.