Skip to content

Commit

Permalink
bugfix: build failed by dependency log not exists issue (#3125)
Browse files Browse the repository at this point in the history
* bugfix: build failed by dependency log not exists issue

* restore pnpm-lock.yaml
  • Loading branch information
lispking authored Dec 30, 2024
1 parent 54ac126 commit 42c9211
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 29 deletions.
2 changes: 1 addition & 1 deletion moveos/moveos-verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ codespan-reporting = { workspace = true }
termcolor = { workspace = true }
bcs = { workspace = true }
thiserror = { workspace = true }
log = { workspace = true }
# log = { workspace = true }
itertools = { workspace = true }
tracing = { workspace = true }

Expand Down
Loading

0 comments on commit 42c9211

Please sign in to comment.