Skip to content

Commit

Permalink
Add arch64-unknown-linux-gnu to targets (#11)
Browse files Browse the repository at this point in the history
* Add `arch64-unknown-linux-gnu` to targets

* Cut v0.1.1
  • Loading branch information
toshimaru committed Jan 27, 2024
1 parent e655e6e commit 7291100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "torch-cmd"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Toshimaru <me@toshimaru.net>"]
license = "MIT"
Expand Down Expand Up @@ -37,7 +37,7 @@ installers = ["shell", "homebrew"]
# A GitHub repo to push Homebrew formulas to
tap = "toshimaru/homebrew-torch"
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-pc-windows-msvc"]
targets = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-pc-windows-msvc"]
# Publish jobs to run in CI
publish-jobs = ["homebrew"]
# Publish jobs to run in CI
Expand Down

0 comments on commit 7291100

Please sign in to comment.