daydream

A small matrix web client written in rust
git clone git://archive.git.mtrnord.blog/daydream-mx/daydream.git
Log | Files | Refs | README | LICENSE

commit 237ba86b3d74829d8fd3b6b08312c0db9066f636
parent 23612dd84a978fa073c79537e6c32f80bb41781c
Author: Marcel <mtrnord1@gmail.com>
Date:   Sun, 26 Jul 2020 11:19:38 +0200

Fix deploy

Took 2 minutes

Diffstat:
MMakefile.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.toml b/Makefile.toml @@ -2,7 +2,7 @@ skip_core_tasks = true [tasks.format] -install_crate = "rustfmt" +install_crate = { crate_name = "rustfmt", rustup_component_name = "rustfmt", binary = "rustfmt", test_arg = "--help" } command = "cargo" args = ["fmt"]