Skip to content

Commit

Permalink
2.96.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 committed Oct 23, 2024
1 parent 3c81479 commit 20b617c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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
Expand Up @@ -5,11 +5,11 @@ edition = "2021"
description = "FFI bindings to drift program"

[lib]
crate-type = ["staticlib", "cdylib"]
crate-type = ["cdylib"]

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

0 comments on commit 20b617c

Please sign in to comment.