Skip to content

Commit c5db67b

Browse files
committed
fix: rollback to clarity-repl v0.18.0
1 parent e966edb commit c5db67b

File tree

2 files changed

+4
-27
lines changed

2 files changed

+4
-27
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ deno_core = { path = "./vendor/deno/core", optional = true }
2626
deno_runtime = { path = "./vendor/deno/runtime", optional = true }
2727
deno = { path = "./vendor/deno/cli", optional = true }
2828
# clarity_repl = { package = "clarity-repl", path = "../../clarity-repl", features = ["cli"] }
29-
clarity_repl = { package = "clarity-repl", version = "=0.19.0" }
29+
clarity_repl = { package = "clarity-repl", version = "=0.18.0" }
3030
bip39 = { version = "1.0.1", default-features = false }
3131
aes = "0.7.5"
3232
base64 = "0.13.0"

0 commit comments

Comments
 (0)