Skip to content

Commit

Permalink
Merge pull request #46 from contentauth/dyross/update-to-main
Browse files Browse the repository at this point in the history
depends on main instead of feature branch
  • Loading branch information
dyro authored Nov 28, 2023
2 parents 17fd396 + 38a239d commit dd8f1b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/tasty-boxes-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'c2pa-node': patch
---

updates neon dependency from feature branch to commit hash
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ tokio = { version = "1.28.1", features = ["rt-multi-thread", "sync"] }

[dependencies.neon]
git = "https://github.com/neon-bindings/neon"
branch = "kv/to-future-fix"
# TODO: update to a proper crate version when the next version of neon is released
# We use this ref because of https://github.com/neon-bindings/neon/pull/1008
ref = "a6b4d13"
default-features = false
features = ["futures", "napi-6"]

0 comments on commit dd8f1b4

Please sign in to comment.