mirror of
https://github.com/Xevion/banner.git
synced 2025-12-06 01:14:22 -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]]
|
[[package]]
|
||||||
name = "banner"
|
name = "banner"
|
||||||
version = "0.3.0"
|
version = "0.3.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "banner"
|
name = "banner"
|
||||||
version = "0.3.0"
|
version = "0.3.2"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
default-run = "banner"
|
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
|
# 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.
|
# Will not notice if either the frontend/backend crashes, but will generally be resistant to stopping on their own.
|
||||||
[parallel]
|
[parallel]
|
||||||
dev: frontend backend
|
dev *ARGS='--services web,bot': frontend (backend ARGS)
|
||||||
Reference in New Issue
Block a user