Skip to content

Commit

Permalink
build(deps): update all deps of the Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Apr 3, 2024
1 parent 24195cc commit 9ad3907
Show file tree
Hide file tree
Showing 3 changed files with 402 additions and 471 deletions.
10 changes: 10 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# If using the x86_64-pc-windows-msvc or the i686-pc-windows-msvc toolchain,
# then an appropriate C RunTime (CRT) must be available on the host system
# or the CRT must be statically compiled with the Rust binary (executable).
# See https://volks73.github.io/cargo-wix/cargo_wix/index.html#c-runtime

[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]

[target.i686-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
Loading

0 comments on commit 9ad3907

Please sign in to comment.