mirror of
https://github.com/fabianlindfors/reshape.git
synced 2024-11-22 12:12:27 +03:00
Update minimum Rust version
This commit is contained in:
parent
ef9f862ae2
commit
014ae8d182
@ -9,7 +9,7 @@ license = "MIT"
|
||||
keywords = ["postgres", "migrations"]
|
||||
edition = "2021"
|
||||
authors = ["Fabian Lindfors"]
|
||||
rust-version = "1.58"
|
||||
rust-version = "1.60"
|
||||
|
||||
[dependencies]
|
||||
postgres = { version = "0.19.2", features = ["with-serde_json-1"] }
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM rust:1.58.0 AS builder
|
||||
FROM rust:1.60.0 AS builder
|
||||
WORKDIR /usr/src/reshape
|
||||
COPY . .
|
||||
RUN cargo build --release
|
||||
|
Loading…
Reference in New Issue
Block a user