Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 723aaca

Browse files
committed
Pin Solana versions used by spl-token-cli
1 parent d65d2ea commit 723aaca

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

Cargo.lock

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

token/cli/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ version = "2.0.7"
1212
clap = "2.33.3"
1313
console = "0.14.0"
1414
serde_json = "1.0.62"
15-
solana-account-decoder = "1.5.14"
16-
solana-clap-utils = "1.5.14"
17-
solana-cli-config = "1.5.14"
18-
solana-cli-output = "1.5.14"
19-
solana-client = "1.5.14"
20-
solana-logger = "1.5.14"
21-
solana-remote-wallet = "1.5.14"
22-
solana-sdk = "1.5.14"
15+
solana-account-decoder = "=1.5.15"
16+
solana-clap-utils = "=1.5.15"
17+
solana-cli-config = "=1.5.15"
18+
solana-cli-output = "=1.5.15"
19+
solana-client = "=1.5.15"
20+
solana-logger = "=1.5.15"
21+
solana-remote-wallet = "=1.5.15"
22+
solana-sdk = "=1.5.15"
2323
spl-token = { version = "3.1", path="../program", features = [ "no-entrypoint" ] }
2424
spl-associated-token-account = { version = "1.0", path="../../associated-token-account/program", features = [ "no-entrypoint" ] }
2525

0 commit comments

Comments
 (0)