Skip to content

Commit

Permalink
update clap to version 3
Browse files Browse the repository at this point in the history
and fix windows compatibility
  • Loading branch information
LemonHX committed Apr 7, 2022
1 parent b77d036 commit 45d0cc6
Show file tree
Hide file tree
Showing 184 changed files with 1,714 additions and 1,613 deletions.
3 changes: 3 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ xlint = "run --package starcoin-x --bin starcoin-x -- lint"
[net]
retry = 2
git-fetch-with-cli = true

[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
Loading

0 comments on commit 45d0cc6

Please sign in to comment.