Skip to content

Commit

Permalink
Merge pull request #5 from drift-labs/chore/v2.103.0
Browse files Browse the repository at this point in the history
update protocol-v2 v2.103.0
  • Loading branch information
wphan authored Dec 10, 2024
2 parents bf33494 + 035ca0d commit 14e4499
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drift-ffi-sys"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "FFI bindings to drift program"

Expand All @@ -9,7 +9,7 @@ crate-type = ["cdylib"]

[dependencies]
abi_stable = "0.11"
drift-program = { package = "drift", git = "https://github.com/drift-labs/protocol-v2.git", tag = "v2.100.0", features = [
drift-program = { package = "drift", git = "https://github.com/drift-labs/protocol-v2.git", tag = "v2.103.0", features = [
"mainnet-beta"
] }
hex = "*"
Expand Down

0 comments on commit 14e4499

Please sign in to comment.