Skip to content

Commit

Permalink
fix(deps): update rust crate napi to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and yisibl committed Jun 23, 2022
1 parent 84fac38 commit 6240299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ usvg = { version = "0.22.0", default-features = false, features = [
] }

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

1 comment on commit 6240299

@vercel
Copy link

@vercel vercel bot commented on 6240299 Jun 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

resvg-js – ./

resvg-js-yisibl.vercel.app
resvg-js-git-main-yisibl.vercel.app
resvg-js.vercel.app

Please sign in to comment.