Skip to content

Commit

Permalink
fix faulty manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
J-ZhengLi committed Oct 15, 2024
1 parent 573f54b commit 77f3265
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions resources/toolset_manifest_noweb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ cargo-nextest = "新一代 Rust 项目测试运行程序,相比传统 cargo te
[tools.target.x86_64-pc-windows-gnu]
mingw64 = { required = true, path = "packages/x86_64-pc-windows-gnu/x86_64-14.2.0-release-posix-seh-ucrt-rt_v12-rev0.7z", version = "14.2.0-rt_v12-rev0" }
# `-msvc` can also be used here as long as these are built.
cargo-nextest = { optional = true, version = "0.9.81", url = "packages/x86_64-pc-windows/cargo-nextest-0.9.81-x86_64-pc-windows-msvc.zip" }
typos = { optional = true, version = "1.26.0", url = "packages/x86_64-pc-windows/typos-v1.26.0-x86_64-pc-windows-msvc.zip" }
cargo-nextest = { optional = true, version = "0.9.81", path = "packages/x86_64-pc-windows/cargo-nextest-0.9.81-x86_64-pc-windows-msvc.zip" }
typos = { optional = true, version = "1.26.0", path = "packages/x86_64-pc-windows/typos-v1.26.0-x86_64-pc-windows-msvc.zip" }

[tools.target.x86_64-pc-windows-msvc]
cargo-nextest = { optional = true, version = "0.9.81", url = "packages/x86_64-pc-windows/cargo-nextest-0.9.81-x86_64-pc-windows-msvc.zip" }
typos = { optional = true, version = "1.26.0", url = "packages/x86_64-pc-windows/typos-v1.26.0-x86_64-pc-windows-msvc.zip" }
cargo-nextest = { optional = true, version = "0.9.81", path = "packages/x86_64-pc-windows/cargo-nextest-0.9.81-x86_64-pc-windows-msvc.zip" }
typos = { optional = true, version = "1.26.0", path = "packages/x86_64-pc-windows/typos-v1.26.0-x86_64-pc-windows-msvc.zip" }

[tools.target.x86_64-unknown-linux-gnu]
cargo-nextest = { optional = true, version = "0.9.81", url = "packages/x86_64-unknown-linux/typos-v1.26.0-x86_64-unknown-linux-musl.tar.gz" }
cargo-nextest = { optional = true, version = "0.9.81", path = "packages/x86_64-unknown-linux/typos-v1.26.0-x86_64-unknown-linux-musl.tar.gz" }
# `-musl` target built binary still works here
typos = { optional = true, version = "1.26.0", url = "packages/x86_64-unknown-linux-gnu/cargo-nextest-0.9.81-x86_64-unknown-linux-gnu.tar.gz" }
typos = { optional = true, version = "1.26.0", path = "packages/x86_64-unknown-linux-gnu/cargo-nextest-0.9.81-x86_64-unknown-linux-gnu.tar.gz" }

0 comments on commit 77f3265

Please sign in to comment.