Skip to content

Commit 18088ac

Browse files
authored
Update to remote crate dep (#291)
* Update to remote crate dep * version and path
1 parent 527f297 commit 18088ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spl-tlv-account-resolution = "0.10.0"
8585
spl-token = { version = "8.0.0", features = ["no-entrypoint"] }
8686
spl-token-2022 = { version = "9.0.0", features = ["no-entrypoint"] }
8787
spl-token-metadata-interface = "0.7.0"
88-
spl-token-wrap = { path = "program", features = ["no-entrypoint"] }
88+
spl-token-wrap = { version = "1.0.0", path = "program", features = ["no-entrypoint"] }
8989
spl-transfer-hook-interface = "0.10.0"
9090
spl-type-length-value = "0.8.0"
9191
tempfile = "3.22.0"

0 commit comments

Comments
 (0)