From 7ebcb27bdeda6fe455efb7e3f1199de1e710fbca Mon Sep 17 00:00:00 2001
From: Linfeng Qian <thewawar@gmail.com>
Date: Sat, 3 Dec 2022 15:45:45 +0800
Subject: [PATCH] Bump up to 0.6.5 and Add more build targets

---
 .github/workflows/build.yml | 6 ++++++
 Cargo.lock                  | 2 +-
 Cargo.toml                  | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b9d4a45..99fa668 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -68,8 +68,14 @@ jobs:
         include:
           - os: ubuntu-latest
             target: x86_64-unknown-linux-musl
+          - os: ubuntu-latest
+            target: armv7-unknown-linux-musleabihf
+          - os: ubuntu-latest
+            target: aarch64-unknown-linux-musl
           - os: macos-latest
             target: x86_64-apple-darwin
+          - os: macos-latest
+            target: aarch64-apple-darwin
           - os: windows-latest
             target: x86_64-pc-windows-msvc
     env:
diff --git a/Cargo.lock b/Cargo.lock
index 2ece490..a41e384 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -907,7 +907,7 @@ dependencies = [
 
 [[package]]
 name = "simple-http-server"
-version = "0.6.3"
+version = "0.6.5"
 dependencies = [
  "chrono",
  "clap",
diff --git a/Cargo.toml b/Cargo.toml
index 368595f..980fff2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "simple-http-server"
-version = "0.6.3"
+version = "0.6.5"
 authors = ["thewawar <thewawar@gmail.com>"]
 license = "MIT"
 description = "Simple HTTP server"
-- 
GitLab