notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit 6c9693dbf0892c1e907b2fef4c4092a2508580f3
parent 702f8ffca390eb77977556754daceab1e351f9de
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 13 Nov 2024 09:55:36 -0800

github: disable --all-features for now

Since some things are broken

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
M.github/workflows/rust.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml @@ -22,7 +22,7 @@ jobs: - uses: actions-rs/cargo@v1 with: command: check - args: --all-features +# args: --all-features # check_wasm: # name: Check wasm32