Skip to content

Commit cdf4d2a

Browse files
committed
Fix nuts-rs dependency
1 parent f99b7f4 commit cdf4d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name = "nutpie"
1414
crate-type = ["cdylib"]
1515

1616
[dependencies]
17-
nuts-rs = { path = "../nuts-rs" }
17+
nuts-rs = "0.2"
1818
numpy = "0.16.2"
1919
ndarray = "0.15.4"
2020
rand = "0.8.5"

0 commit comments

Comments
 (0)