Skip to content

Commit

Permalink
Update shank version (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
febo authored Nov 2, 2023
1 parent cec4924 commit b21723c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions idls/token_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7732,7 +7732,7 @@
"metadata": {
"origin": "shank",
"address": "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s",
"binaryVersion": "0.2.0",
"libVersion": "0.2.0"
"binaryVersion": "0.3.0",
"libVersion": "0.3.0"
}
}
28 changes: 14 additions & 14 deletions programs/token-metadata/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion programs/token-metadata/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ num-derive = "0.3"
num-traits = "0.2"
serde = { version = "1.0.149", optional = true }
serde_with = { version = "1.14.0", optional = true }
shank = "0.2.0"
shank = { version = "0.3.0" }
solana-program = ">= 1.14.13, < 1.17"
spl-token = { version = ">= 3.5.0, < 5.0", features = ["no-entrypoint"] }
spl-associated-token-account = { version = ">= 1.1.3, < 3.0", features = ["no-entrypoint"] }
Expand Down

0 comments on commit b21723c

Please sign in to comment.