mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
Update cargo version
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "boilr"
|
||||
version = "0.2.7"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[dependencies]
|
||||
@@ -10,7 +10,7 @@ steamgriddb_api = "^0.2,0"
|
||||
serde = { version = "^1.0.130", features = ["derive"] }
|
||||
serde_json = "^1.0.68"
|
||||
tokio = { version = "^1.11.0", features = ["full"] }
|
||||
reqwest = { version = "^0.11.4", features = ["default"] }
|
||||
reqwest = { version = "^0.11.4", default_features = false }
|
||||
config = "^0.11.0"
|
||||
failure = "^0.1.8"
|
||||
#https://fltk-rs.github.io/fltk-rs/
|
||||
|
||||
Reference in New Issue
Block a user