From 954f9a2b743f986ef898e14dd80125cbdd8b0748 Mon Sep 17 00:00:00 2001 From: "Abimbola A.A." <88458045+Neocryptoquant@users.noreply.github.com> Date: Tue, 30 Sep 2025 10:09:30 +0100 Subject: [PATCH] Update lib.rs Updated version to tally with changes from @sonicfromnewyoke response --- sdk/pinocchio/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/pinocchio/src/lib.rs b/sdk/pinocchio/src/lib.rs index b4ae9098..2066e2ce 100644 --- a/sdk/pinocchio/src/lib.rs +++ b/sdk/pinocchio/src/lib.rs @@ -172,7 +172,7 @@ //! requires the `std` library. In order to use [`msg!`] with formatting, the `std` //! feature should be enable when adding Pinocchio as a dependency: //! ```ignore -//! pinocchio = { version = "0.7.0", features = ["std"] } +//! pinocchio = { version = "0.9.2", features = ["std"] } //! ``` //! //! Instead of enabling the `std` feature to be able to format log messages with [`msg!`],