Bump MSRV to 1.77 (#3778)
This commit is contained in:
parent
ea8810d905
commit
464837c6c1
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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}"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue