Skip to content

Commit 6e4a3c2

Browse files
committed
chore: update clarity-repl
1 parent fbfd2c6 commit 6e4a3c2

File tree

2 files changed

+92
-7
lines changed

2 files changed

+92
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ serde_derive = "1"
2525
deno_core = { path = "./vendor/deno/core" }
2626
deno_runtime = { path = "./vendor/deno/runtime" }
2727
deno = { path = "./vendor/deno/cli" }
28-
clarity_repl = { package = "clarity-repl", path = "../../clarity-repl", features = ["cli"] }
29-
# clarity_repl = { package = "clarity-repl", version = "=0.13.3" }
28+
# clarity_repl = { package = "clarity-repl", path = "../../clarity-repl", features = ["cli"] }
29+
clarity_repl = { package = "clarity-repl", version = "=0.14.0" }
3030
bip39 = { version = "1.0.1", default-features = false }
3131
aes = "0.6.0"
3232
base64 = "0.13.0"

0 commit comments

Comments
 (0)