Skip to content

Commit

Permalink
chore: update to repl 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
obycode committed Apr 6, 2022
1 parent 1aa8fb7 commit fd3cc26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -27,7 +27,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.24.0" }
clarity_repl = { package = "clarity-repl", version = "=0.25.0" }
bip39 = { version = "1.0.1", default-features = false }
aes = "0.7.5"
base64 = "0.13.0"
Expand Down

0 comments on commit fd3cc26

Please sign in to comment.