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 b7c993e commit 719a0f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "drift-ffi-sys"
version = "0.1.0"
version = "0.1.1"
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 719a0f9

Please sign in to comment.