mirror of
https://gitea.farpn.net/w1cdn/mwtchahrd.git
synced 2025-12-08 13:38:02 -06:00
Bump version to keep track.
This commit is contained in:
1393
Cargo.lock
generated
1393
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,8 @@
|
||||
[package]
|
||||
name = "mwtchahrd"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
authors = ["Chris, N6CTA <mail@n6cta.com>"]
|
||||
authors = ["Chris, N6CTA <mail@n6cta.com>", "Matt, W1CDN <admin@w1cdn.net>"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
|
||||
@@ -4,4 +4,4 @@ cross build --release --target=aarch64-unknown-linux-gnu;
|
||||
cross build --release --target=x86_64-unknown-linux-gnu;
|
||||
cross build --release --target=armv7-unknown-linux-gnueabihf;
|
||||
cross build --release --target=arm-unknown-linux-gnueabihf;
|
||||
cross build --release --target x86_64-pc-windows-gnu
|
||||
cross build --release --target=x86_64-pc-windows-gnu;
|
||||
|
||||
@@ -4,4 +4,4 @@ cross build --target=aarch64-unknown-linux-gnu;
|
||||
cross build --target=x86_64-unknown-linux-gnu;
|
||||
cross build --target=armv7-unknown-linux-gnueabihf;
|
||||
cross build --target=arm-unknown-linux-gnueabihf;
|
||||
cross build --target x86_64-pc-windows-gnu
|
||||
cross build --target=x86_64-pc-windows-gnu;
|
||||
|
||||
Reference in New Issue
Block a user