Skip to content

Commit b398f21

Browse files
Bump MSRV to 1.80.0 in Cargo.toml and the Dockerfile (#171)
1 parent 65ee643 commit b398f21

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tikv-jemallocator = "0.6.0"
3131
[package]
3232
name = "synapse_compress_state"
3333
description = "A tool to compress some state in a Synapse instance's database"
34-
rust-version = "1.78"
34+
rust-version = "1.80.0"
3535
authors = ["Erik Johnston"]
3636
version.workspace = true
3737
edition.workspace = true

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# second stage only copies the binaries for the target architecture.
44
# We leverage Zig and cargo-zigbuild for providing a cross-compilation-capable C compiler and linker.
55

6-
ARG RUSTC_VERSION=1.78.0
6+
ARG RUSTC_VERSION=1.80.0
77
ARG ZIG_VERSION=0.14.1
88
ARG CARGO_ZIGBUILD_VERSION=0.20.1
99

0 commit comments

Comments
 (0)