Skip to content

Commit

Permalink
chore: upgrade clarity vm
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Jan 13, 2023
1 parent 9035aad commit fefdd1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 components/clarity-repl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ getrandom = { version = "0.2.3", features = ["js"] }
rand_pcg = "0.3.1"
rand_seeder = "0.2.2"
atty = "0.2.14"
clarity = { git = "https://github.com/stacks-network/stacks-blockchain.git", rev = "82942d9d4984fecbfe73408bd0ca1b54a20d5de3", default-features = false, optional = true }
clarity = { git = "https://github.com/stacks-network/stacks-blockchain.git", rev = "eedba787a36d68213501337ba50d1856f41b869a", default-features = false, optional = true }
# clarity = { package = "clarity", path = "../../../stacks-blockchain/clarity", default-features = false, optional = true }

# DAP Debugger
Expand Down

0 comments on commit fefdd1e

Please sign in to comment.