Skip to content

Commit

Permalink
update IDL v2.100.0 (#2)
Browse files Browse the repository at this point in the history
* IDL update to v2.100.0
* bump version 0.2.0
  • Loading branch information
jordy25519 authored Nov 18, 2024
1 parent 20b617c commit d15dc2d
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 63 deletions.
114 changes: 57 additions & 57 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.1.0"
version = "0.2.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.96.0", features = [
drift-program = { package = "drift", git = "https://github.com/drift-labs/protocol-v2.git", tag = "v2.100.0", features = [
"mainnet-beta"
] }
hex = "*"
Expand Down
Loading

0 comments on commit d15dc2d

Please sign in to comment.