From b16b909074691c5d528774827b43c66cefc5f865 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Thu, 19 Jan 2023 14:40:59 -0330 Subject: use Volume in text_input widget --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e91cde7..0724066 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,14 @@ build: test format - cargo build --workspace + cargo build run: build cargo run doc: test format - cargo doc --workspace --open + cargo doc --open test: format - cargo test --workspace + cargo test format: cargo fmt --all -- cgit v1.2.3