diff --git a/Cargo.lock b/Cargo.lock index 21cda83..1c12c40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,7 +218,7 @@ dependencies = [ [[package]] name = "banner" -version = "0.3.0" +version = "0.3.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index ad79e96..b664f9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "banner" -version = "0.3.0" +version = "0.3.2" edition = "2024" default-run = "banner" diff --git a/Justfile b/Justfile index c0210a2..40c9fac 100644 --- a/Justfile +++ b/Justfile @@ -25,4 +25,4 @@ dev-build *ARGS='--services web --tracing pretty': build-frontend # Auto-reloading development build for both frontend and backend # Will not notice if either the frontend/backend crashes, but will generally be resistant to stopping on their own. [parallel] -dev: frontend backend \ No newline at end of file +dev *ARGS='--services web,bot': frontend (backend ARGS) \ No newline at end of file