mirror of
https://github.com/Xevion/banner.git
synced 2025-12-05 23:14:20 -06:00
chore: bump version to 0.3.2
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -218,7 +218,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "banner"
|
||||
version = "0.3.0"
|
||||
version = "0.3.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "banner"
|
||||
version = "0.3.0"
|
||||
version = "0.3.2"
|
||||
edition = "2024"
|
||||
default-run = "banner"
|
||||
|
||||
|
||||
2
Justfile
2
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
|
||||
dev *ARGS='--services web,bot': frontend (backend ARGS)
|
||||
Reference in New Issue
Block a user