Skip to content

Commit

Permalink
update rust proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
kulukami committed Oct 17, 2022
1 parent 2d4cc9e commit a791b60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/scanner/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ linker = "/opt/x86_64-linux-musl/bin/x86_64-linux-musl-g++"
[target."aarch64-unknown-linux-musl"]
rustflags = ["-C", "linker-flavor=gcc", "-C", "link-self-contained=on"]
linker = "/opt/aarch64-linux-musl/bin/aarch64-linux-musl-g++"

[source.crates-io]
replace-with = 'rsproxy'

[source.rsproxy]
registry = "https://rsproxy.cn/crates.io-index"

0 comments on commit a791b60

Please sign in to comment.