Skip to content

Commit b29f61d

Browse files
committed
bump to 1.9.1
1 parent 3bcb8d3 commit b29f61d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[workspace.package]
22
version = "1.0.6"
33
edition = "2021"
4-
rust-version = "1.83"
4+
rust-version = "1.91"
55
license = "MIT OR Apache-2.0"
66
exclude = [".github/"]
77

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.88.0 AS chef
1+
FROM rust:1.91 AS chef
22

33
ARG CARGO_FEATURES=""
44

Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.88.0 AS chef
1+
FROM rust:1.91 AS chef
22

33
ARG CARGO_FEATURES=""
44

0 commit comments

Comments
 (0)