Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
363 changes: 207 additions & 156 deletions Cargo.lock

Large diffs are not rendered by default.

214 changes: 107 additions & 107 deletions Cargo.toml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion feature-set/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agave-feature-set"
version = "2.3.0"
version = "3.0.0"
Comment thread
steviez marked this conversation as resolved.
Outdated
description = "Solana runtime feature declarations"
authors = { workspace = true }
repository = { workspace = true }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fail"
version = "2.3.0"
version = "3.0.0"
description = "Solana SBF test program written in Rust"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
repository = "https://github.com/anza-xyz/agave"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noop"
version = "2.3.0"
version = "3.0.0"
description = "Solana SBF test program written in Rust"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
repository = "https://github.com/anza-xyz/agave"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "package-metadata"
version = "2.3.0"
version = "3.0.0"
description = "Solana SBF test program with tools version in package metadata"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
repository = "https://github.com/anza-xyz/agave"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "workspace-metadata"
version = "2.3.0"
version = "3.0.0"
description = "Solana SBF test program with tools version in workspace metadata"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
repository = "https://github.com/anza-xyz/agave"
Expand Down
Loading
Loading