diff --git a/Cargo.lock b/Cargo.lock index 6215c21..c53204b 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", @@ -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..3eedac2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "*"