Skip to content

Commit

Permalink
Update to Rust version 1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlospt committed Sep 23, 2024
1 parent fc9809b commit 2b8f9fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:

env:
RUST_VERSION: 1.80.0
RUST_VERSION: 1.81.0

jobs:
format-and-clippy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:

env:
RUST_VERSION: 1.80.0
RUST_VERSION: 1.81.0

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG RUST_VERSION=1.80.1
ARG RUST_VERSION=1.81.0
ARG IMAGE_NAME="public.ecr.aws/docker/library/rust:${RUST_VERSION}-slim-bookworm"

# Build the actual app
Expand Down

0 comments on commit 2b8f9fd

Please sign in to comment.