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]
|
[package]
|
||||||
authors = ["Bianca Fürstenau"]
|
authors = ["Bianca Fürstenau"]
|
||||||
description = "Buchhaltung für „Darmstadt sagt Nein zur Bezahlkarte!“"
|
description = "Buchhaltung für „Darmstadt sagt Nein zur Bezahlkarte!“"
|
||||||
edition = "2021"
|
edition = "2024"
|
||||||
name = "bkbh"
|
name = "bkbh"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ impl AppState {
|
||||||
.unwrap();
|
.unwrap();
|
||||||
let mut rng = rand::thread_rng();
|
let mut rng = rand::thread_rng();
|
||||||
let last_sync = i64::MIN;
|
let last_sync = i64::MIN;
|
||||||
let id = rng.gen();
|
let id = rng.r#gen();
|
||||||
let key = SigningKey::generate(&mut rng);
|
let key = SigningKey::generate(&mut rng);
|
||||||
AppState {
|
AppState {
|
||||||
db,
|
db,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue