Skip to content

Commit 7ebcb27

Browse files
committed
Bump up to 0.6.5 and Add more build targets
1 parent 7265913 commit 7ebcb27

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/build.yml

+6
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,14 @@ jobs:
6868
include:
6969
- os: ubuntu-latest
7070
target: x86_64-unknown-linux-musl
71+
- os: ubuntu-latest
72+
target: armv7-unknown-linux-musleabihf
73+
- os: ubuntu-latest
74+
target: aarch64-unknown-linux-musl
7175
- os: macos-latest
7276
target: x86_64-apple-darwin
77+
- os: macos-latest
78+
target: aarch64-apple-darwin
7379
- os: windows-latest
7480
target: x86_64-pc-windows-msvc
7581
env:

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simple-http-server"
3-
version = "0.6.3"
3+
version = "0.6.5"
44
authors = ["thewawar <[email protected]>"]
55
license = "MIT"
66
description = "Simple HTTP server"

0 commit comments

Comments
 (0)