Cross-compile build works on Windows
Some checks failed
CI / Test (Linux) (push) Has been cancelled
CI / Test (Windows MSVC) (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Format (push) Has been cancelled

This commit is contained in:
Eric Ratliff
2026-03-17 15:21:13 -05:00
parent aa0d0a33f5
commit 6fe81769a3
4 changed files with 190 additions and 99 deletions

4
Cargo.lock generated
View File

@@ -63,7 +63,7 @@ dependencies = [
[[package]]
name = "anvil"
version = "1.0.0"
version = "1.0.1-alpha1"
dependencies = [
"anyhow",
"assert_cmd",
@@ -1074,7 +1074,7 @@ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
[[package]]
name = "xtask"
version = "0.1.0"
version = "0.1.1-alpha1"
dependencies = [
"anyhow",
"clap",