Browse Source

Publish token-client v0.12.1

github-actions[bot] 1 year ago
parent
commit
d17d9add03
1 changed files with 1 additions and 1 deletions
  1. 1 1
      clients/cli/Cargo.toml

+ 1 - 1
clients/cli/Cargo.toml

@@ -29,7 +29,7 @@ serde_yaml = "0.9.34"
 [dev-dependencies]
 solana-test-validator = "2.0.3"
 spl-token-2022 = { version = "5.0.2", path = "../../program-2022", features = ["no-entrypoint"] }
-spl-token-client = { version = "0.12.0", path = "../../client" }
+spl-token-client = { version = "0.12.1", path = "../../client" }
 spl-transfer-hook-example = { version = "0.6.0", path = "../example" }
 
 [[bin]]