Skip to content

Commit 761c411

Browse files
Publish solana-program v3.0.0
1 parent 079fbde commit 761c411

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
@@ -264,7 +264,7 @@ solana-packet = { path = "packet", version = "3.0.0" }
264264
solana-poh-config = { path = "poh-config", version = "3.0.0" }
265265
solana-precompile-error = { path = "precompile-error", version = "3.0.0" }
266266
solana-presigner = { path = "presigner", version = "3.0.0" }
267-
solana-program = { path = "program", version = "2.2.1", default-features = false }
267+
solana-program = { path = "program", version = "3.0.0", default-features = false }
268268
solana-program-entrypoint = { path = "program-entrypoint", version = "3.0.0" }
269269
solana-program-error = { path = "program-error", version = "3.0.0" }
270270
solana-program-memory = { path = "program-memory", version = "3.0.0" }

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "solana-program"
33
description = "Solana Program"
44
documentation = "https://docs.rs/solana-program"
55
readme = "README.md"
6-
version = "2.3.0"
6+
version = "3.0.0"
77
authors = { workspace = true }
88
repository = { workspace = true }
99
homepage = { workspace = true }

0 commit comments

Comments
 (0)