Skip to content

Commit df8c576

Browse files
author
GitHub Actions
committed
chore: bump program to v2.150.0
1 parent 30b2b77 commit df8c576

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "drift-ffi-sys"
3-
version = "2.149.1"
3+
version = "2.150.0"
44
edition = "2021"
55
description = "FFI bindings to drift program"
66

@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
abi_stable = { version = "0.11", default-features = false }
1212
anchor-lang = "0.29.0"
13-
drift-program = { package = "drift", git = "https://github.com/drift-labs/protocol-v2.git", tag = "v2.149.1", features = [
13+
drift-program = { package = "drift", git = "https://github.com/drift-labs/protocol-v2.git", tag = "v2.150.0", features = [
1414
"mainnet-beta", "drift-rs"
1515
] }
1616
fxhash = "0.2.1"

0 commit comments

Comments
 (0)