Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Oct 5, 2023
1 parent d62d9f9 commit 69043b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cargo-test-fuzz/patches/solana.patch
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ index 061b16c..3d02d73 100644
[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = { workspace = true }
diff --git a/sdk/src/feature_set.rs b/sdk/src/feature_set.rs
index b414a5f..47ad755 100644
index 9ec56b0..53f87df 100644
--- a/sdk/src/feature_set.rs
+++ b/sdk/src/feature_set.rs
@@ -909,5 +909,5 @@ lazy_static! {
@@ -914,5 +914,5 @@ lazy_static! {

/// `FeatureSet` holds the set of currently active/inactive runtime features
-#[derive(AbiExample, Debug, Clone, Eq, PartialEq)]
Expand Down
2 changes: 1 addition & 1 deletion cargo-test-fuzz/third_party.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{
"flags": ["EXPENSIVE", "SKIP"],
"url": "https://github.com/solana-labs/solana",
"rev": "3508b7d84ee3d05107c908ff2bb4772f3524e22e",
"rev": "c66af12bdba62ace3191f562b266bd71b9d72c76",
"patch": "solana.patch",
"subdir": ".",
"package": "solana-bpf-loader-program",
Expand Down

0 comments on commit 69043b0

Please sign in to comment.