Skip to content

Commit 71a0ede

Browse files
committed
apply AccountPlaceholder to all vers
1 parent fe994b7 commit 71a0ede

File tree

21 files changed

+3171
-4834
lines changed

21 files changed

+3171
-4834
lines changed

versions/0.24.2/Cargo.toml

+2-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "whirlpool-cpi"
3-
version = "0.1.1"
3+
version = "0.1.3"
44
authors = ["Developer Advocate from Orca"]
55
description = "CPI Adapter for Orca Whirlpool"
66
edition = "2021"
@@ -20,21 +20,7 @@ cpi = ["no-entrypoint"]
2020

2121
[dependencies]
2222
anchor-lang = "=0.24.2"
23-
anchor-spl = "=0.24.2"
24-
25-
solana-program = "~1.9.13"
26-
blake3 = "=1.3.1"
27-
regex = "=1.6.0"
28-
memchr = "=2.5.0"
29-
# 0.7.6 have been yanked
30-
# https://crates.io/crates/ahash/0.7.6
31-
ahash = { git = "https://github.com/tkaitchuck/ahash", tag = "v0.7.6" }
32-
once_cell = "=1.8.0"
33-
34-
# MSRV related constraints (solana 1.9 uses Rust 1.59.0-dev)
35-
log = "=0.4.17"
3623

3724
# unpack TickArray
38-
bincode = "1.3.3"
25+
bincode = "1"
3926
default-boxed = "0.2.0"
40-

0 commit comments

Comments
 (0)