Edition bump to 2024
This commit is contained in:
parent
c4ca948f8a
commit
36a18b962d
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue