Skip to content

Commit

Permalink
Merge pull request #175 from kyleect/update-rust-1.75
Browse files Browse the repository at this point in the history
Update rust to 1.75
  • Loading branch information
kyleect authored Jan 11, 2024
2 parents 7c82e74 + d417f27 commit 2453a24
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
components: clippy
profile: minimal
toolchain: 1.73.0
toolchain: 1.75.0
- name: Install Rust (nightly)
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
with:
components: clippy
profile: minimal
toolchain: 1.73.0
toolchain: 1.75.0
- name: Install Rust (nightly)
uses: actions-rs/toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
components: clippy
profile: minimal
toolchain: 1.73.0
toolchain: 1.75.0
- name: Install Rust (nightly)
uses: actions-rs/toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ keywords = [
license = "MIT"
name = "locks"
repository = "https://github.com/kyleect/locks"
rust-version = "1.73"
rust-version = "1.75"
version = "1.0.0"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
################################################################################
# Create a stage for building the application.

ARG RUST_VERSION=1.73.0
ARG RUST_VERSION=1.75.0
FROM rust:${RUST_VERSION}-slim-bullseye AS build
WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion playground/rust/lox-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Webassembly build of Locks for the playground"
edition = "2021"
license = "MIT"
repository = "https://github.com/kyleect/locks"
rust-version = "1.73"
rust-version = "1.75"
version = "1.0.0"
publish = false

Expand Down

0 comments on commit 2453a24

Please sign in to comment.