Skip to content

Commit

Permalink
updates nucypher-core dependency for python package
Browse files Browse the repository at this point in the history
  • Loading branch information
KPrasch committed Sep 7, 2022
1 parent 64a84cb commit 4ff882b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nucypher-core-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crate-type = ["cdylib"]

[dependencies]
pyo3 = "0.16"
nucypher-core = { path = "../nucypher-core" }
nucypher-core = { version = "0.4.0-alpha.0" }
umbral-pre = { version = "0.6", features = ["bindings-python", "serde-support"] }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion nucypher-core-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ default = ["console_error_panic_hook"]

[dependencies]
umbral-pre = { version = "0.6", features = ["bindings-wasm"] }
nucypher-core = { path = "../nucypher-core" }
nucypher-core = { version = "0.4.0-alpha.0" }
wasm-bindgen = { version = "0.2.74", features = ["serde-serialize"] }
js-sys = "0.3.51"
wee_alloc = "0.4"
Expand Down

0 comments on commit 4ff882b

Please sign in to comment.