From 51910add7fe46efce97009903a58fc30b5ed5aad Mon Sep 17 00:00:00 2001 From: Raul Jordan Date: Fri, 30 Aug 2024 17:14:13 -0500 Subject: [PATCH] base version --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9f018a..586ca61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1011,7 +1011,7 @@ dependencies = [ [[package]] name = "cargo-stylus" -version = "0.5.0" +version = "0.5.1" dependencies = [ "alloy-contract", "alloy-ethers-typecast", @@ -1053,7 +1053,7 @@ dependencies = [ [[package]] name = "cargo-stylus-example" -version = "0.5.0" +version = "0.5.1" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 012450a..6a3355a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.package] authors = ["Offchain Labs"] -version = "0.5.0" +version = "0.5.1" edition = "2021" homepage = "https://arbitrum.io" license = "MIT OR Apache-2.0" diff --git a/Dockerfile b/Dockerfile index cea027c..9177d7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ RUN apt-get update && apt-get install -y git RUN rustup target add x86_64-unknown-linux-gnu RUN git clone https://github.com/offchainlabs/cargo-stylus.git WORKDIR /cargo-stylus -RUN git checkout v0.5.0 +RUN git checkout v0.5.1 RUN cargo build --release --manifest-path main/Cargo.toml FROM --platform=linux/amd64 rust:1.80 COPY --from=builder /cargo-stylus/target/release/cargo-stylus /usr/local/bin/cargo-stylus \ No newline at end of file