@@ -224,17 +224,17 @@ index 9f62c4f..ffbf6b8 100644
224
224
) -> Result<u64, Box<dyn std::error::Error>> {
225
225
let log_collector = invoke_context.get_log_collector();
226
226
diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml
227
- index 485a8d3..a15c3ff 100644
227
+ index 1cc7507..0cf0eb6 100644
228
228
--- a/sdk/Cargo.toml
229
229
+++ b/sdk/Cargo.toml
230
- @@ -94 ,5 +94 ,5 @@ qualifier_attr = { workspace = true, optional = true }
230
+ @@ -101 ,5 +101 ,5 @@ qualifier_attr = { workspace = true, optional = true }
231
231
rand = { workspace = true, optional = true }
232
232
rand0-7 = { workspace = true, optional = true }
233
233
- serde = { workspace = true }
234
234
+ serde = { workspace = true, features = ["rc"] }
235
235
serde_bytes = { workspace = true }
236
236
serde_derive = { workspace = true }
237
- @@ -158 ,4 +158 ,6 @@ solana-transaction-error = { workspace = true, features = ["serde"], optional =
237
+ @@ -168 ,4 +168 ,6 @@ solana-transaction-error = { workspace = true, features = ["serde"], optional =
238
238
thiserror = { workspace = true }
239
239
240
240
+ test-fuzz = { path = "../../../test-fuzz" }
0 commit comments