fix: add blocking feature to reqwest dependency in Cargo.toml
This commit is contained in:
@@ -15,6 +15,7 @@ zbus = { version = "5.5.0", features = ["tokio"] }
|
|||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||||
dirs = "5.0"
|
dirs = "5.0"
|
||||||
|
reqwest = { version = "0.12", features = ["blocking"] }
|
||||||
|
|
||||||
[dependencies.stardust-xr-asteroids]
|
[dependencies.stardust-xr-asteroids]
|
||||||
git = "https://github.com/StardustXR/asteroids.git"
|
git = "https://github.com/StardustXR/asteroids.git"
|
||||||
|
|||||||
Reference in New Issue
Block a user