Skip to content

Commit

Permalink
fix(dependencies): update rust crate neon to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 23, 2021
1 parent 6a94255 commit be11c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/Cargo.toml
Expand Up @@ -12,4 +12,4 @@ crate-type = ["cdylib"]

[dependencies]
stencila = { path = "../rust" }
neon = { version = "0.8.1", default-features = false, features = ["napi-6", "event-queue-api"] }
neon = { version = "0.8.2", default-features = false, features = ["napi-6", "event-queue-api"] }

0 comments on commit be11c89

Please sign in to comment.