Skip to content

Commit

Permalink
Cargo.toml: Add rust-version (#36)
Browse files Browse the repository at this point in the history
Add minimal rust-version 1.64
  • Loading branch information
davidgraeff authored Jan 23, 2024
1 parent 373477c commit 0b8cfe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ keywords = ["firestore", "auth"]
categories = ["api-bindings","authentication"]
maintenance = { status = "passively-maintained" }
repository = "https://github.com/davidgraeff/firestore-db-and-auth-rs"
rust-version = "1.64"

[dependencies]
bytes = "1.1"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
![docs.rs](https://img.shields.io/docsrs/firestore-db-and-auth)

This crate allows easy access to your Google Firestore DB via service account or OAuth impersonated Google Firebase Auth credentials.
Minimum Rust version: 1.38
Minimum Rust version: 1.64

Features:
* Asynchronous API
Expand Down

0 comments on commit 0b8cfe5

Please sign in to comment.