Skip to content

Commit b04a2b0

Browse files
committed
Bump Rust to 1.81
1 parent 168fd71 commit b04a2b0

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.80
1+
FROM rust:1.81
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 = "2.4.0"
4-
rust-version = "1.80"
4+
rust-version = "1.81"
55
edition = "2021"
66
authors = ["Kostas Petrikas"]
77
categories = ["authentication", "api-bindings", "asynchronous"]

0 commit comments

Comments
 (0)