From f2182f1684bf440203a714a5b9ee5cce346bb38f Mon Sep 17 00:00:00 2001 From: Roberto Huertas Date: Fri, 25 Oct 2024 00:59:41 +0200 Subject: [PATCH] update to steel 2.1 --- basics/processing-instructions/steel/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/processing-instructions/steel/Cargo.toml b/basics/processing-instructions/steel/Cargo.toml index b1713cdeb..8b4c74cc9 100644 --- a/basics/processing-instructions/steel/Cargo.toml +++ b/basics/processing-instructions/steel/Cargo.toml @@ -17,5 +17,5 @@ processing-instructions-api = { path = "./api", version = "0.1.0" } bytemuck = "1.14" num_enum = "0.7" solana-program = "1.18" -steel = "1.3" +steel = "2.1" thiserror = "1.0"