forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 379
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5defe93
commit c5415e7
Showing
16 changed files
with
524 additions
and
524 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
platform-tools-sdk/cargo-build-sbf/tests/crates/fail/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fail" | ||
version = "2.2.1" | ||
version = "2.2.2" | ||
description = "Solana SBF test program written in Rust" | ||
authors = ["Anza Maintainers <[email protected]>"] | ||
repository = "https://github.com/anza-xyz/agave" | ||
|
2 changes: 1 addition & 1 deletion
2
platform-tools-sdk/cargo-build-sbf/tests/crates/noop/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "noop" | ||
version = "2.2.1" | ||
version = "2.2.2" | ||
description = "Solana SBF test program written in Rust" | ||
authors = ["Anza Maintainers <[email protected]>"] | ||
repository = "https://github.com/anza-xyz/agave" | ||
|
2 changes: 1 addition & 1 deletion
2
platform-tools-sdk/cargo-build-sbf/tests/crates/package-metadata/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "package-metadata" | ||
version = "2.2.1" | ||
version = "2.2.2" | ||
description = "Solana SBF test program with tools version in package metadata" | ||
authors = ["Anza Maintainers <[email protected]>"] | ||
repository = "https://github.com/anza-xyz/agave" | ||
|
2 changes: 1 addition & 1 deletion
2
platform-tools-sdk/cargo-build-sbf/tests/crates/workspace-metadata/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "workspace-metadata" | ||
version = "2.2.1" | ||
version = "2.2.2" | ||
description = "Solana SBF test program with tools version in workspace metadata" | ||
authors = ["Anza Maintainers <[email protected]>"] | ||
repository = "https://github.com/anza-xyz/agave" | ||
|
Oops, something went wrong.