Skip to content

Commit

Permalink
try downgrading rusty-ytdl to fix a download error that doesn't seem …
Browse files Browse the repository at this point in the history
…to be catchable right now
  • Loading branch information
Timtam committed Mar 7, 2024
1 parent 4e77717 commit 283a75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ regex = "1.10.3"
rocket = { version = "0.5.0", features = ["json", "secrets"]}
rocket_db_pools = { version = "0.1.0", default-features = false, features = ["sqlx_sqlite" ]}
rocket_okapi = { version = "0.8.0", default-features = false, features = ["swagger", "rapidoc", "secrets", "rocket_db_pools"]}
rusty_ytdl = "0.6.6"
rusty_ytdl = "=0.6.6"
serde = { version = "1.0.197", features = ["derive"]}
serde_json = "1.0.114"
sha3 = "0.10.8"
Expand Down

0 comments on commit 283a75d

Please sign in to comment.