|
@@ -16,8 +16,8 @@ keywords = ["solana"]
|
|
token-swap-api = { path = "./api", version = "0.1.0" }
|
|
token-swap-api = { path = "./api", version = "0.1.0" }
|
|
bytemuck = "1.14"
|
|
bytemuck = "1.14"
|
|
num_enum = "0.7"
|
|
num_enum = "0.7"
|
|
-solana-program = "2.1.21"
|
|
|
|
-steel = { version = "2.0", features = ["spl"] }
|
|
|
|
|
|
+solana-program = "2.1"
|
|
|
|
+steel = { version = "3.0", features = ["spl"] }
|
|
thiserror = "1.0"
|
|
thiserror = "1.0"
|
|
spl-token = "^4"
|
|
spl-token = "^4"
|
|
spl-math = { version = "0.3.0", features = ["no-entrypoint"] }
|
|
spl-math = { version = "0.3.0", features = ["no-entrypoint"] }
|