diff --git a/Cargo.toml b/Cargo.toml index 8a8caa2..dda313d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ spl-tlv-account-resolution = "0.10.0" spl-token = { version = "8.0.0", features = ["no-entrypoint"] } spl-token-2022 = { version = "9.0.0", features = ["no-entrypoint"] } spl-token-metadata-interface = "0.7.0" -spl-token-wrap = { path = "program", features = ["no-entrypoint"] } +spl-token-wrap = { version = "1.0.0", path = "program", features = ["no-entrypoint"] } spl-transfer-hook-interface = "0.10.0" spl-type-length-value = "0.8.0" tempfile = "3.22.0"