Skip to content

Bump rustc to 1.95.0 in the Dockerfile#171

Open
anoadragon453 wants to merge 1 commit into
mainfrom
anoa/rust_1_95_0_dockerfile
Open

Bump rustc to 1.95.0 in the Dockerfile#171
anoadragon453 wants to merge 1 commit into
mainfrom
anoa/rust_1_95_0_dockerfile

Conversation

@anoadragon453
Copy link
Copy Markdown
Member

#170 is failing to build docker images due to requiring at least Rust 1.80 for openssl-sys@0.9.115.

Let's just bump to 1.95.0 to take advantage of the latest fixes/features.

#170 is failing to build due to requiring at least Rust 1.80.

Let's just bump to 1.95.0 to take advantage of the latest fixes/features.
Comment thread Dockerfile
# We leverage Zig and cargo-zigbuild for providing a cross-compilation-capable C compiler and linker.

ARG RUSTC_VERSION=1.78.0
ARG RUSTC_VERSION=1.95.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably also need to bump it in Cargo.toml

rust-version = "1.78"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants