]> Untitled Git - lemmy.git/commit
Make `lemmy_api_common` wasm-compatible (#3587)
authorDessalines <dessalines@users.noreply.github.com>
Fri, 14 Jul 2023 08:45:18 +0000 (04:45 -0400)
committerGitHub <noreply@github.com>
Fri, 14 Jul 2023 08:45:18 +0000 (10:45 +0200)
commit164f4b93d9a4dca2ffe91affe2368c444a1d535f
tree16d6cced486a9e40c0ccc8e330192aa6061fafea
parent39f28c1a404bd720739552fe585a2d5aa3363d2e
Make `lemmy_api_common` wasm-compatible (#3587)

* Fixing lemmy_api_common optionals

* Adding taplo for .toml files.

* Versioning taplo in woodpecker.

* Addressing PR comments.
12 files changed:
.rustfmt.toml
.woodpecker.yml
Cargo.lock
Cargo.toml
crates/api_common/Cargo.toml
crates/api_crud/Cargo.toml
crates/apub/Cargo.toml
crates/db_schema/Cargo.toml
crates/db_views/Cargo.toml
crates/db_views_actor/Cargo.toml
crates/db_views_moderator/Cargo.toml
scripts/fix-clippy.sh