Compare commits

..

No commits in common. "main" and "v0.1.0" have entirely different histories.
main ... v0.1.0

View File

@ -10,6 +10,9 @@ repo = "nakajima/rgbled"
command = "cargo build --release --target {target}" command = "cargo build --release --target {target}"
artifact = "target/{target}/release/{binary}" artifact = "target/{target}/release/{binary}"
targets = [ targets = [
"x86_64-apple-darwin",
"aarch64-apple-darwin",
"x86_64-unknown-linux-gnu",
"aarch64-unknown-linux-gnu", "aarch64-unknown-linux-gnu",
] ]