Skip to content

Commit

Permalink
fix(dependencies): update rust crate neon to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 1, 2021
1 parent 954a365 commit 897ee88
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ crate-type = ["cdylib"]

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

0 comments on commit 897ee88

Please sign in to comment.