Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
parameters:
ci_builder_image:
type: string
default: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:v0.56.0
default: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:v0.57.0
ci_builder_rust_image:
type: string
default: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder-rust:latest
Expand Down
7 changes: 4 additions & 3 deletions mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ just = "1.37.0"
# Foundry dependencies
# Foundry is a special case because it supplies multiple binaries at the same
# GitHub release, so we need to use the aliasing trick to get mise to not error
forge = "nightly-a038646cde347afaae67cc955c1e99c22dc23875"
cast = "nightly-a038646cde347afaae67cc955c1e99c22dc23875"
anvil = "nightly-a038646cde347afaae67cc955c1e99c22dc23875"
# The git ref here should be on the `stable` branch.
forge = "v0.3.0"
cast = "v0.3.0"
anvil = "v0.3.0"

# Fake dependencies
# Put things here if you need to track versions of tools or projects that can't
Expand Down