Skip to content

Commit 7c502c1

Browse files
committed
build: use crates.io release for node bindgen (#384)
1 parent a121f69 commit 7c502c1

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

Cargo.lock

Lines changed: 17 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ base64 = "0.21.0"
1818
tracing = "0.1"
1919
serde = { version = "1.0", features = ["derive"] }
2020
serde_json = "1.0.79"
21-
node-bindgen = { git = "https://github.com/infinyon/node-bindgen.git", rev = "309bc50489668ea3f79baa7fb1c94adc5bf1a50f" }
21+
node-bindgen = "6.0"
2222
flate2 = "1.0.24"
2323
fluvio-future = { version = "0.6.0", features = ["tls", "task", "io"] }
2424
fluvio = { features = ["admin"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.10.14" }
2525
fluvio-spu-schema = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.10.14" }
2626

2727
[build-dependencies]
28-
node-bindgen = { git = "https://github.com/infinyon/node-bindgen.git", rev = "309bc50489668ea3f79baa7fb1c94adc5bf1a50f", default-features = false, features = ["build"] }
28+
node-bindgen = { version = "6.0", default-features = false, features = ["build"] }

0 commit comments

Comments
 (0)