Browse Source

Update MSRV

To match the one from matrix-sdk.
merge-requests/2151/head
Kévin Commaille 1 week ago
parent
commit
8e40c37cf9
No known key found for this signature in database
GPG Key ID: F26F4BE20A08255B
  1. 2
      Cargo.toml

2
Cargo.toml

@ -4,7 +4,7 @@ version = "13.0.0"
authors = ["Julian Sparber <julian@sparber.net>"] authors = ["Julian Sparber <julian@sparber.net>"]
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
edition = "2024" edition = "2024"
rust-version = "1.88" rust-version = "1.93"
publish = false publish = false
[package.metadata.cargo-machete] [package.metadata.cargo-machete]

Loading…
Cancel
Save