chore: bump MSRV to 1.95 for nightly Rust

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I3e30e54bbdf9f382c31b29bbcaeb44be6a6a6964
This commit is contained in:
raf 2026-02-07 23:09:25 +03:00
commit b9780dea1c
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 25 additions and 20 deletions

View file

@ -19,11 +19,13 @@ dashmap.workspace = true
futures.workspace = true
hex.workspace = true
hmac.workspace = true
oauth2.workspace = true
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
sha2.workspace = true
subtle.workspace = true
sqlx.workspace = true
subtle.workspace = true
thiserror.workspace = true
tokio.workspace = true
tokio-util.workspace = true
@ -32,8 +34,6 @@ tower-http.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
uuid.workspace = true
oauth2.workspace = true
reqwest.workspace = true
# Our crates
fc-common.workspace = true