From 25f27e5f3675c8c87654da7b6e55b68b47fc3b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20P=C5=82askonka?= Date: Mon, 25 Mar 2024 10:06:24 +0100 Subject: [PATCH] Update Readme to handle new version of Odra. --- README.md | 3 ++- justfile | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 394f6f22..17d296f7 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,10 @@ Live version: https://make-software.github.io/dao-contracts. ### Prerequisites - `Rust` toolchain installed (see [rustup.rs](https://rustup.rs/)), -- `cargo odra` installed `cargo install cargo-odra` +- `cargo odra` installed `cargo install --version 0.0.10 --force --locked cargo-odra` - `wasmstrip` tool installed (see [wabt](https://github.com/WebAssembly/wabt)). - `just` tool installed (see [just](https://github.com/casey/just)). +- `wabt` installed (see [wabt](https://github.com/WebAssembly/wabt)). To prepare your environment execute: diff --git a/justfile b/justfile index b34c0732..41b91f18 100644 --- a/justfile +++ b/justfile @@ -1,7 +1,6 @@ prepare: rustup target add wasm32-unknown-unknown - sudo apt install wabt - cargo install cargo-odra --locked + cargo install --version 0.0.10 --force --locked cargo-odra build-dao-contracts: cargo odra build -b casper