Skip to content

Commit 0c19892

Browse files
committed
Sleef
1 parent 6549fdf commit 0c19892

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ approx = { version = "0.5", features = ["num-complex"] }
2727
rayon = "1.9"
2828
num = "0.4"
2929
num_cpus = "1"
30-
rlst = { path = "../rlst" }
30+
# rlst = { path = "../rlst" }
31+
rlst = { git = "https://github.com/skailasa/rlst.git" }
3132
rand = "0.8.5"
3233
itertools = { version = "0.12.1", default-features = false }
3334
coe-rs = "0.1.2"

0 commit comments

Comments
 (0)