mirror of
https://github.com/AtHeartEngineer/lemmy.git
synced 2026-01-09 20:27:53 -05:00
Fixing custom_thumbnail updates. (#4593)
* Fixing custom_thumbnail updates. * Fixing issue with image posts. * Fixing upgrade deps script. * Adding API tests for custom thumbnails. * Remove pointless todo. * Address PR comments. --------- Co-authored-by: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com>
This commit is contained in:
@@ -6,9 +6,9 @@ pushd ../
|
||||
cargo udeps --all-targets
|
||||
|
||||
# Upgrade deps
|
||||
cargo upgrade --workspace
|
||||
cargo upgrade
|
||||
|
||||
# Run check
|
||||
cargo check
|
||||
# Run clippy
|
||||
cargo clippy
|
||||
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user