We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Cargo.toml
Dockerfile
1 parent 65ee643 commit b398f21Copy full SHA for b398f21
2 files changed
Cargo.toml
@@ -31,7 +31,7 @@ tikv-jemallocator = "0.6.0"
31
[package]
32
name = "synapse_compress_state"
33
description = "A tool to compress some state in a Synapse instance's database"
34
-rust-version = "1.78"
+rust-version = "1.80.0"
35
authors = ["Erik Johnston"]
36
version.workspace = true
37
edition.workspace = true
Dockerfile
@@ -3,7 +3,7 @@
3
# second stage only copies the binaries for the target architecture.
4
# We leverage Zig and cargo-zigbuild for providing a cross-compilation-capable C compiler and linker.
5
6
-ARG RUSTC_VERSION=1.78.0
+ARG RUSTC_VERSION=1.80.0
7
ARG ZIG_VERSION=0.14.1
8
ARG CARGO_ZIGBUILD_VERSION=0.20.1
9
0 commit comments