Skip to content

Commit

Permalink
feat(workspace): Bump MSRV (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby authored Dec 2, 2024
1 parent e2e4e3a commit 8bbbc6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace.package]
edition = "2021"
license = "MIT"
rust-version = "1.81"
rust-version = "1.83"
authors = ["clabby", "refcell"]
homepage = "https://github.com/anton-rs/kona"
repository = "https://github.com/anton-rs/kona"
Expand Down
2 changes: 1 addition & 1 deletion build/asterisc/asterisc-repro.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
pkg-config

# Install rust
ENV RUST_VERSION=1.81.0
ENV RUST_VERSION=1.83.0
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y --default-toolchain ${RUST_VERSION} --component rust-src
ENV PATH="/root/.cargo/bin:${PATH}"

Expand Down

0 comments on commit 8bbbc6b

Please sign in to comment.