Skip to content

Commit

Permalink
fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Jan 29, 2024
1 parent 52c7dc4 commit d2eb01e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 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 @@ -57,7 +57,7 @@ reqwest = { version = "0.11", default-features = false, features = [
"json",
"rustls-tls",
] }
wsts = { path= "../../../wsts", optional = true }
wsts = { version = "7.0.0", optional = true }

# WASM
wasm-bindgen = { version = "0.2", optional = true }
Expand Down

0 comments on commit d2eb01e

Please sign in to comment.