2 Commits
v1.0 ... master

Author SHA1 Message Date
edb78d5fb4 Upgraded to actix-web 4, rust 1.80 2024-08-11 15:20:34 +02:00
41a02a1d5c Specify toolchain version and update libraries
This prevents compilation issues with newer standard libraries.
2024-08-09 11:56:01 +02:00
11 changed files with 1264 additions and 1514 deletions

2758
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -21,7 +21,7 @@ members = [
]
[profile.release]
lto = true
#lto = true
#debug = true
[patch.crates-io]

2
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,2 @@
[toolchain]
channel = "1.80.0"