Skip to content

Commit

Permalink
chore(deps): update rust version
Browse files Browse the repository at this point in the history
Signed-off-by: vados <[email protected]>
  • Loading branch information
t3hmrman committed Sep 30, 2024
1 parent a2c9898 commit 77406ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.2.3"
edition = "2021"
authors = ["Victor Adossi <[email protected]>"]
license = "MIT"
rust-version = "1.76.0"
rust-version = "1.81.0"
description = """
A Postgres extension for generating UUIDs
"""
Expand Down
4 changes: 2 additions & 2 deletions infra/docker/builder-gnu.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# rust:1.76.0-slim-bullseye as of 2024/03/06
FROM rust:1.76.0-slim-bullseye@sha256:3c7ded076f5046502b978ef23b3867467aa9c24d56397e5d6bdffd55ee3763de
# rust:1.81.0-slim-bullseye as of 2024/03/06
FROM rust:1.81.0-slim-bullseye@sha256:60fd98e4f6b0cc14964d74edf0dc884e101945b4a1e2eaa7112daeb1d84619ff

ENV CARGO_HOME=/usr/local/cargo
ENV CARGO_TARGET_DIR=/usr/local/build/target
Expand Down

0 comments on commit 77406ed

Please sign in to comment.