Skip to content

Commit

Permalink
bugfix: build failed by dependency log not exists issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lispking committed Dec 30, 2024
1 parent 638debc commit 5945513
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24,156 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ sdk/typescript/src/generated/

# pnpm store
.pnpm-store/
pnpm-lock.yaml
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 5945513

Please sign in to comment.