mirror of
https://github.com/ilyakooo0/reshape.git
synced 2024-11-22 01:09:15 +03:00
Bump minimum Rust version to 1.70
This commit is contained in:
parent
eee7cdb53b
commit
318021c87d
@ -9,7 +9,7 @@ license = "MIT"
|
||||
keywords = ["postgres", "migrations"]
|
||||
edition = "2021"
|
||||
authors = ["Fabian Lindfors"]
|
||||
rust-version = "1.60"
|
||||
rust-version = "1.70"
|
||||
|
||||
[dependencies]
|
||||
postgres = { version = "0.19.2", features = ["with-serde_json-1"] }
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM rust:1.60.0 AS builder
|
||||
FROM rust:1.70.0 AS builder
|
||||
WORKDIR /usr/src/reshape
|
||||
COPY . .
|
||||
RUN cargo build --release
|
||||
|
Loading…
Reference in New Issue
Block a user