Skip to content

Commit 2b74575

Browse files
Publish solana-system-interface v3.0.0
1 parent a8ef598 commit 2b74575

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ solana-signer-store = { path = "signer-store", version = "0.1.0" }
307307
solana-slot-hashes = { path = "slot-hashes", version = "3.0.0" }
308308
solana-slot-history = { path = "slot-history", version = "3.0.0" }
309309
solana-stable-layout = { path = "stable-layout", version = "3.0.0" }
310-
solana-system-interface = { path = "system-interface", version = "2.0" }
310+
solana-system-interface = { path = "system-interface", version = "3.0" }
311311
solana-system-transaction = { path = "system-transaction", version = "3.0.0" }
312312
solana-system-wasm-js = { path = "system-wasm-js", version = "1.0" }
313313
solana-sysvar = { path = "sysvar", version = "3.0.0" }

system-interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "solana-system-interface"
3-
version = "2.0.0"
3+
version = "3.0.0"
44
description = "Instructions and constructors for the System program"
55
readme = "README.md"
66
authors = { workspace = true }

0 commit comments

Comments
 (0)