Skip to content

Commit

Permalink
update clap to version 3 (#3252)
Browse files Browse the repository at this point in the history
* update clap to version 3
and fix windows compatibility
  • Loading branch information
LemonHX authored Apr 11, 2022
1 parent b0eaa9e commit 32628dd
Show file tree
Hide file tree
Showing 184 changed files with 1,791 additions and 1,611 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 32628dd

Please sign in to comment.