From be05224855bb78ba21ebe0703cbe12655f4ed9b1 Mon Sep 17 00:00:00 2001
From: Hugo Trentesaux <hugo@trentesaux.fr>
Date: Wed, 25 Sep 2024 11:22:35 +0200
Subject: [PATCH] update srtool version in doc

(cherry picked from commit 96f943bf16a490a4210ab67845c6b8e5854c060c)
---
 docs/dev/verify-runtime-code.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/dev/verify-runtime-code.md b/docs/dev/verify-runtime-code.md
index 61653fd4d..7785759d1 100644
--- a/docs/dev/verify-runtime-code.md
+++ b/docs/dev/verify-runtime-code.md
@@ -6,14 +6,14 @@ When voting for a runtime upgrade, you should check that the proposed hash actua
 mkdir runtime/gdev/target
 chmod o+w runtime/gdev/target
 # Workaround see !239
-echo -e "[toolchain]\nchannel = \"1.74.0\"\ncomponents = [ \"rust-std\", \"rust-src\" ]" > runtime/gdev/rust-toolchain.toml
+echo -e "[toolchain]\nchannel = \"1.77.0\"\ncomponents = [ \"rust-std\", \"rust-src\" ]" > runtime/gdev/rust-toolchain.toml
 docker run \
   -i \
   --rm \
   -e PACKAGE=gdev-runtime \
   -e RUNTIME_DIR=runtime/gdev \
   -v $PWD:/build \
-  paritytech/srtool:1.74.0-0.13.0 build --app --json -cM
+  paritytech/srtool:1.77.0-0.15.0 build --app --json -cM
 ```
 
 Then, the runtime wasm bytecode is generated in this location:
-- 
GitLab