Skip to content

Commit

Permalink
fix: rollback to clarity-repl v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludo Galabru committed Dec 23, 2021
1 parent e966edb commit c5db67b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 27 deletions.
29 changes: 3 additions & 26 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ deno_core = { path = "./vendor/deno/core", optional = true }
deno_runtime = { path = "./vendor/deno/runtime", optional = true }
deno = { path = "./vendor/deno/cli", optional = true }
# clarity_repl = { package = "clarity-repl", path = "../../clarity-repl", features = ["cli"] }
clarity_repl = { package = "clarity-repl", version = "=0.19.0" }
clarity_repl = { package = "clarity-repl", version = "=0.18.0" }
bip39 = { version = "1.0.1", default-features = false }
aes = "0.7.5"
base64 = "0.13.0"
Expand Down

0 comments on commit c5db67b

Please sign in to comment.