diff --git a/.changeset/tasty-boxes-burn.md b/.changeset/tasty-boxes-burn.md new file mode 100644 index 0000000..4c62ee3 --- /dev/null +++ b/.changeset/tasty-boxes-burn.md @@ -0,0 +1,5 @@ +--- +'c2pa-node': patch +--- + +updates neon dependency from feature branch to commit hash diff --git a/Cargo.lock b/Cargo.lock index ce82708..3b552bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1234,7 +1234,7 @@ dependencies = [ [[package]] name = "neon" version = "1.0.0-alpha.4" -source = "git+https://github.com/neon-bindings/neon?branch=kv/to-future-fix#39af36adbf44cc9174f197ad50e67a928d171260" +source = "git+https://github.com/neon-bindings/neon#a6b4d13d2fa9a0508c8d686d91eb8b3fbb59701d" dependencies = [ "libloading", "neon-macros", @@ -1248,7 +1248,7 @@ dependencies = [ [[package]] name = "neon-macros" version = "1.0.0-alpha.4" -source = "git+https://github.com/neon-bindings/neon?branch=kv/to-future-fix#39af36adbf44cc9174f197ad50e67a928d171260" +source = "git+https://github.com/neon-bindings/neon#a6b4d13d2fa9a0508c8d686d91eb8b3fbb59701d" dependencies = [ "quote", "syn 1.0.109", diff --git a/Cargo.toml b/Cargo.toml index af7fe99..64f4a37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,6 +34,6 @@ tokio = { version = "1.28.1", features = ["rt-multi-thread", "sync"] } [dependencies.neon] git = "https://github.com/neon-bindings/neon" -branch = "kv/to-future-fix" +ref = "a6b4d13" default-features = false features = ["futures", "napi-6"]