Skip to content

Commit f78ea89

Browse files
author
=
committed
...
1 parent d7f155e commit f78ea89

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cosock-test-server"
3-
version = "0.1.4"
3+
version = "0.1.6"
44
edition = "2021"
55
repository = "https://github.com/cosock/test-http-server"
66

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ci = "github"
1010
# The installers to generate for each app
1111
installers = ["shell"]
1212
# Target platforms to build apps for (Rust target-triple syntax)
13-
targets = ["aarch64-unknown-linux-gnu"]
13+
targets = ["x86_64-unknown-linux-gnu"]
1414
# Path that installers should place binaries in
1515
install-path = "CARGO_HOME"
1616
# Whether to install an updater program

0 commit comments

Comments
 (0)