Skip to content

Commit 587bbaf

Browse files
committed
tag v2.156.2 (for mac x86)
1 parent 5239567 commit 587bbaf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ jobs:
6565

6666
- name: Install ffi toolchain (1.76.0)
6767
run: |
68-
rustup install 1.76.0-x86_64-apple-darwin
69-
rustup default 1.76.0-x86_64-apple-darwin
68+
rustup install stable
69+
rustup target add 1.76.0-x86_64-apple-darwin
7070
- name: Build Mac
7171
run: |
72-
cargo build --release
72+
cargo build --release --target x86_64-apple-darwin
7373
- uses: actions/upload-artifact@v4
7474
with:
75-
path: "target/release/libdrift_ffi_sys.dylib"
75+
path: "target/x86_64-apple-darwin/release/libdrift_ffi_sys.dylib"
7676
name: libdrift_ffi_sys.dylib
7777

7878
create-release:

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 = "drift-ffi-sys"
3-
version = "2.156.1"
3+
version = "2.156.2"
44
edition = "2021"
55
description = "FFI bindings to drift program"
66

0 commit comments

Comments
 (0)