Skip to content

Commit

Permalink
v2.105.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 committed Jan 7, 2025
1 parent 15b48f1 commit 636f032
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
- name: Check out
uses: actions/checkout@v4

- name: Get version from Cargo.toml
run: |
echo "CARGO_VERSION=$(grep '^version = ' Cargo.toml | cut -d '"' -f2)" >> $GITHUB_ENV
- name: Check tag matches Cargo.toml version
run: |
TAG=${GITHUB_REF#refs/tags/v}
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 = "drift-ffi-sys"
version = "0.4.0"
version = "2.105.0"
edition = "2021"
description = "FFI bindings to drift program"

Expand Down

0 comments on commit 636f032

Please sign in to comment.