add update deps

This commit is contained in:
2022-06-06 13:01:22 +08:00
parent 2c1cdc5720
commit fd3c93a8d4
5 changed files with 488 additions and 1028 deletions

5
.cargo/config.toml Normal file
View File

@ -0,0 +1,5 @@
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
[target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-musl-gcc"