Skip to content

Commit

Permalink
fix: npm release apple install
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnarus-G committed May 2, 2024
1 parent a5c4417 commit 4ab9a91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rested"
version = "0.10.0"
version = "0.10.1"
description = "Language/Interpreter for easily defining and running requests to an http server."
homepage = "https://github.com/Gnarus-G/rested"
repository = "https://github.com/Gnarus-G/rested"
Expand Down
2 changes: 1 addition & 1 deletion npm/getBinary.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function getPlatform() {
case "Linux x64":
return "x86_64-unknown-linux-gnu";
case "Darwin x64":
return "x86_64-apple-darwin";
return "aarch64-apple-darwin";
}

throw new Error(`Unsupported platform: ${type} ${arch}`);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rstd",
"version": "0.10.0",
"version": "0.10.1",
"description": "Language/Interpreter for easily defining and running requests to an http server.",
"bin": {
"rstd": "./npm/run.js"
Expand Down

0 comments on commit 4ab9a91

Please sign in to comment.