Bump MSRV to 1.77 (#3778)

This commit is contained in:
Rushmore Mushambi 2024-03-27 20:22:18 +02:00 committed by GitHub
parent ea8810d905
commit 464837c6c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,7 @@ on:
rust_version:
required: false
type: string
default: "1.75.0"
default: "1.77.0"
description: "The Rust version to use for building binaries"
onnx_version:
required: false

View file

@ -3,7 +3,7 @@ name = "surrealdb-core"
publish = true
edition = "2021"
version = "2.0.0-1.5.0"
rust-version = "1.70.0"
rust-version = "1.77.0"
readme = "../lib/CARGO.md"
authors = ["Tobie Morgan Hitchcock <tobie@surrealdb.com>"]
description = "A scalable, distributed, collaborative, document-graph database, for the realtime web"

View file

@ -9,7 +9,7 @@ FROM docker.io/rockylinux:8 as builder
RUN yum install -y gcc-toolset-13 git cmake llvm-toolset patch zlib-devel python3.11
# Install rust
ARG RUST_VERSION=1.75.0
ARG RUST_VERSION=1.77.0
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rustup.sh
RUN bash /tmp/rustup.sh -y --default-toolchain ${RUST_VERSION}
ENV PATH="/root/.cargo/bin:${PATH}"

View file

@ -3,7 +3,7 @@ name = "surrealdb"
publish = true
edition = "2021"
version = "1.5.0"
rust-version = "1.70.0"
rust-version = "1.77.0"
readme = "CARGO.md"
authors = ["Tobie Morgan Hitchcock <tobie@surrealdb.com>"]
description = "A scalable, distributed, collaborative, document-graph database, for the realtime web"