We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5343abe commit 1f79cfcCopy full SHA for 1f79cfc
2 files changed
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.85
+FROM rust:1.88
2
3
RUN rustup update
4
RUN rustup component add clippy
lib/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "rs-firebase-admin-sdk"
version = "4.1.1"
-rust-version = "1.85"
+rust-version = "1.88"
5
edition = "2024"
6
authors = ["Kostas Petrikas"]
7
categories = ["authentication", "api-bindings", "asynchronous"]
0 commit comments