Skip to content

Commit 1f79cfc

Browse files
committed
Bump min Rust to 1.88
1 parent 5343abe commit 1f79cfc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.85
1+
FROM rust:1.88
22

33
RUN rustup update
44
RUN rustup component add clippy

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rs-firebase-admin-sdk"
33
version = "4.1.1"
4-
rust-version = "1.85"
4+
rust-version = "1.88"
55
edition = "2024"
66
authors = ["Kostas Petrikas"]
77
categories = ["authentication", "api-bindings", "asynchronous"]

0 commit comments

Comments
 (0)