Skip to content

Commit

Permalink
chore: bump Rust to 1.72.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Sep 28, 2023
1 parent a3c95f3 commit 0adc0f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Standardized log libraries and configuration
- Moved GraphQL schema generation to the CI. Now it is distributed as a Github artifact
- Replace `POSTGRES_*` environment variables with `POSTGRES_ENDPOINT`
- Bumped Rust Version to 1.72.1

### Removed

Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# syntax=docker.io/docker/dockerfile:1.4

ARG RUST_VERSION=1.71.0
ARG RUST_VERSION=1.72.1
ARG SERVER_MANAGER_VERSION=0.8.2
ARG ROLLUPS_CONTRACTS_VERSION=1.0.0

Expand Down

0 comments on commit 0adc0f3

Please sign in to comment.