Skip to content

Commit

Permalink
upgrade to 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi committed Dec 15, 2024
1 parent 77371fc commit 7726081
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG IMAGE=3.20.0@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f
FROM ${REPO}:${IMAGE} AS builder

# set up Scarb
ARG VERSION=v2.8.2
ARG VERSION=v2.9.2
ARG RELEASE=scarb-${VERSION}-x86_64-unknown-linux-musl

WORKDIR /opt/test-runner/bin/scarb
Expand Down
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2024_07"

[dev-dependencies]
cairo_test = "2.8.2"
cairo_test = "2.9.2"
2 changes: 1 addition & 1 deletion tests/all-fail/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2024_07"

[dev-dependencies]
cairo_test = "2.8.2"
cairo_test = "2.9.2"
2 changes: 1 addition & 1 deletion tests/empty-file/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2024_07"

[dev-dependencies]
cairo_test = "2.8.2"
cairo_test = "2.9.2"
2 changes: 1 addition & 1 deletion tests/partial-fail/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2024_07"

[dev-dependencies]
cairo_test = "2.8.2"
cairo_test = "2.9.2"
2 changes: 1 addition & 1 deletion tests/success/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2024_07"

[dev-dependencies]
cairo_test = "2.8.2"
cairo_test = "2.9.2"
2 changes: 1 addition & 1 deletion tests/syntax-error/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2024_07"

[dev-dependencies]
cairo_test = "2.8.2"
cairo_test = "2.9.2"

0 comments on commit 7726081

Please sign in to comment.