Skip to content

Commit

Permalink
fix: update to clarity-repl 0.22.1
Browse files Browse the repository at this point in the history
This version fixes the problem where warnings from analysis of contracts
are not printed to the screen (ex. when using `clarinet check`).
  • Loading branch information
obycode committed Feb 13, 2022
1 parent 16f2868 commit 644c082
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 @@ -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.22.0" }
clarity_repl = { package = "clarity-repl", version = "=0.22.1" }
bip39 = { version = "1.0.1", default-features = false }
aes = "0.7.5"
base64 = "0.13.0"
Expand Down

0 comments on commit 644c082

Please sign in to comment.