Skip to content

Commit

Permalink
Merge pull request #12 from TextsHQ/ci/mac-deploy-target
Browse files Browse the repository at this point in the history
ci: macos deploy target
  • Loading branch information
rumblefrog authored May 3, 2022
2 parents fcb2567 + 00719c5 commit 055cfde
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ jobs:
env:
NODE_PRE_GYP_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_NET_GIT_FETCH_WITH_CLI: true
MACOSX_DEPLOYMENT_TARGET: 10.11

strategy:
matrix:
Expand Down
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 = "rust-fetch"
version = "0.7.4"
version = "0.7.5"
authors = ["rumblefrog <[email protected]>"]
edition = "2018"

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": "rust-fetch",
"version": "0.7.4",
"version": "0.7.5",
"description": "Rust HTTP wrapper for JS",
"main": "dist/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion release_build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.4
0.7.5

0 comments on commit 055cfde

Please sign in to comment.