Skip to content

Commit

Permalink
Switching to the latest published libzkbob-rs (in neon lib) (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenKor authored Dec 21, 2022
1 parent b4181f8 commit d711bc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libzkbob-rs-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ exclude = ["index.node"]
crate-type = ["cdylib"]

[dependencies]
#libzkbob-rs = { version = "0.9.1", features = ["native"] }
libzkbob-rs = { path = "../libzkbob-rs", features = ["native"] }
libzkbob-rs = { version = "0.9.1", features = ["native"] }
#libzkbob-rs = { path = "../libzkbob-rs", features = ["native"] }
neon = { version = "0.10.0", default-features = false, features = ["channel-api", "napi-6", "promise-api"] }
# FIXME: Using a random fork for now
neon-serde = { git = "https://github.com/NZXTCorp/neon-serde.git", branch = "refactor/update-neon-0.10" }
Expand Down
4 changes: 2 additions & 2 deletions libzkbob-rs-node/package-lock.json

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

0 comments on commit d711bc1

Please sign in to comment.