From 719a0f9511a5bb49228841ff1e3c500025dfcc40 Mon Sep 17 00:00:00 2001 From: jordy25519 Date: Wed, 23 Oct 2024 08:22:16 +0800 Subject: [PATCH] 2.96.0 --- Cargo.lock | 12 ++++++------ Cargo.toml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6215c21..ddeea98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -944,8 +944,8 @@ dependencies = [ [[package]] name = "drift" -version = "2.95.0" -source = "git+https://github.com/drift-labs/protocol-v2.git?tag=v2.95.0#41d25949c64b79edcb819bbcd3a3b0962ea320e5" +version = "2.96.0" +source = "git+https://github.com/drift-labs/protocol-v2.git?tag=v2.96.0#44fd13f7baa904669a8ec5754188358c62f38a30" dependencies = [ "ahash 0.8.6", "anchor-lang", @@ -977,7 +977,7 @@ dependencies = [ [[package]] name = "drift-ffi-sys" -version = "0.1.0" +version = "0.1.1" dependencies = [ "abi_stable", "drift", @@ -1658,7 +1658,7 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openbook-v2-light" version = "0.1.0" -source = "git+https://github.com/drift-labs/protocol-v2.git?tag=v2.95.0#41d25949c64b79edcb819bbcd3a3b0962ea320e5" +source = "git+https://github.com/drift-labs/protocol-v2.git?tag=v2.96.0#44fd13f7baa904669a8ec5754188358c62f38a30" dependencies = [ "anchor-lang", "borsh 0.10.3", @@ -2698,7 +2698,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "switchboard" version = "0.1.0" -source = "git+https://github.com/drift-labs/protocol-v2.git?tag=v2.95.0#41d25949c64b79edcb819bbcd3a3b0962ea320e5" +source = "git+https://github.com/drift-labs/protocol-v2.git?tag=v2.96.0#44fd13f7baa904669a8ec5754188358c62f38a30" dependencies = [ "anchor-lang", ] @@ -2706,7 +2706,7 @@ dependencies = [ [[package]] name = "switchboard-on-demand" version = "0.1.0" -source = "git+https://github.com/drift-labs/protocol-v2.git?tag=v2.95.0#41d25949c64b79edcb819bbcd3a3b0962ea320e5" +source = "git+https://github.com/drift-labs/protocol-v2.git?tag=v2.96.0#44fd13f7baa904669a8ec5754188358c62f38a30" dependencies = [ "anchor-lang", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 3c9413e..71483b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "*"