Edition bump to 2024

This commit is contained in:
Bianca Fürstenau 2025-03-05 20:49:08 +01:00
parent c4ca948f8a
commit 36a18b962d
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
[package]
authors = ["Bianca Fürstenau"]
description = "Buchhaltung für „Darmstadt sagt Nein zur Bezahlkarte!“"
edition = "2021"
edition = "2024"
name = "bkbh"
version = "0.1.0"

View file

@ -28,7 +28,7 @@ impl AppState {
.unwrap();
let mut rng = rand::thread_rng();
let last_sync = i64::MIN;
let id = rng.gen();
let id = rng.r#gen();
let key = SigningKey::generate(&mut rng);
AppState {
db,