feat: adapt to rust 1.63

This commit is contained in:
VC
2022-08-17 11:49:41 +02:00
parent ff496b167d
commit 8673dd7866
3 changed files with 132 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "scootaloo"
version = "0.6.0"
version = "0.6.1"
authors = ["VC <veretcle+framagit@mateu.be>"]
edition = "2021"
@@ -20,6 +20,7 @@ html-escape = "^0.2"
reqwest = "^0.11"
log = "^0.4"
simple_logger = "^2.1"
mime = "^0.3"
[profile.release]
strip = true