We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168fd71 commit b04a2b0Copy full SHA for b04a2b0
2 files changed
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.80
+FROM rust:1.81
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 = "2.4.0"
-rust-version = "1.80"
+rust-version = "1.81"
5
edition = "2021"
6
authors = ["Kostas Petrikas"]
7
categories = ["authentication", "api-bindings", "asynchronous"]
0 commit comments