Skip to content

Commit

Permalink
Merge pull request #464 from eqlabs/bump_versions
Browse files Browse the repository at this point in the history
Bump versions
  • Loading branch information
Joonas Koivunen committed Jul 20, 2022
2 parents ffc69f5 + 60321fc commit 0531d43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Note that we're explicitly using the Debian bullseye image to make sure we're
# compatible with the Python container we'll be copying the pathfinder
# executable to.
FROM rust:1.62-bullseye AS rust-builder
FROM rust:1.62.1-bullseye AS rust-builder

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y libssl-dev && rm -rf /var/lib/apt/lists/*

Expand All @@ -28,7 +28,7 @@ RUN mkdir crates \
&& cargo new --lib --vcs none crates/pathfinder \
&& cargo new --lib --vcs none crates/load-test

COPY Cargo.toml Cargo.lock .
COPY Cargo.toml Cargo.lock ./

COPY crates/pathfinder/Cargo.toml crates/pathfinder/build.rs crates/pathfinder/
COPY crates/stark_curve/Cargo.toml crates/stark_curve/Cargo.toml
Expand Down
2 changes: 1 addition & 1 deletion crates/pathfinder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pathfinder"
version = "0.2.5"
version = "0.2.6"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.58"
Expand Down

0 comments on commit 0531d43

Please sign in to comment.