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

@ -13,7 +13,7 @@ authors = [ "NotAShelf <raf@notashelf.dev" ]
edition = "2024"
license = "MPL-2.0"
repository = "https://gitub.com/feel-co/fc"
rust-version = "1.91.1"
rust-version = "1.95.0" # nightly
version = "0.2.0-dev"
[workspace.dependencies]
@ -64,3 +64,8 @@ tracing = "0.1.41"
tracing-subscriber = { version = "0.3.20", features = [ "env-filter", "json" ] }
urlencoding = "2.1.3"
uuid = { version = "1.18.1", features = [ "v4", "serde" ] }
[profile.release]
lto = true
opt-level = "z"
strip = true