1
0
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:
mattbk
2025-11-30 18:04:47 -06:00
parent fd641c1ca1
commit ca858bc038
4 changed files with 1386 additions and 15 deletions

1393
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -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"

View File

@@ -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;

View File

@@ -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;