From 378f27ef25292a9adb2f73a303eba7757aba9ad3 Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Sun, 19 Nov 2023 10:31:13 +0100
Subject: [PATCH] test: see srtool_output

---
 .gitlab-ci.yml | 2 +-
 Cargo.lock     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3872fd937..b52ad20e5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -197,7 +197,7 @@ readme_docker_release_tag:
     # Copy sources to the expected directory of srtool
     - cp -R * /build/
     # Build the runtime
-    - /srtool/build --app --json -cM > $SRTOOL_OUTPUT
+    - /srtool/build --app --json -cM
     - mv /build/runtime/$RUNTIME/target/srtool/release/wbuild/$RUNTIME-runtime/${RUNTIME}_runtime.compact.compressed.wasm $CI_PROJECT_DIR/release/
   artifacts:
     name: "runtime"
diff --git a/Cargo.lock b/Cargo.lock
index 0c1030846..68514934b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1914,7 +1914,7 @@ dependencies = [
 
 [[package]]
 name = "duniter"
-version = "0.3.0"
+version = "0.7.0"
 dependencies = [
  "async-io",
  "bs58 0.5.0",
-- 
GitLab