migrate to steel

This commit is contained in:
Hardhat Chad
2024-09-25 06:45:37 +00:00
parent e8f0721fca
commit 7814e28847
21 changed files with 34 additions and 22 deletions

16
Cargo.lock generated
View File

@@ -1294,11 +1294,11 @@ dependencies = [
"drillx",
"mpl-token-metadata",
"num_enum",
"ore-utils",
"solana-program",
"spl-associated-token-account",
"spl-token",
"static_assertions",
"steel",
"thiserror",
]
@@ -1309,11 +1309,11 @@ dependencies = [
"drillx",
"mpl-token-metadata",
"ore-api",
"ore-utils",
"rand 0.8.5",
"solana-program",
"spl-associated-token-account",
"spl-token",
"steel",
]
[[package]]
@@ -2219,6 +2219,18 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "steel"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97b09eae425248a8afcef3cf3300dfa548791194fa9fe519dadd5c57d7964dbc"
dependencies = [
"bytemuck",
"solana-program",
"spl-associated-token-account",
"spl-token",
]
[[package]]
name = "strsim"
version = "0.11.1"