All checks were successful
Build and Release / build-and-release (push) Successful in 1m28s
- Log exit status code when nft command fails - Log stderr output to diagnose issues - Distinguish between command execution failure and non-zero exit - Update version to v0.1.253
10 lines
217 B
TOML
10 lines
217 B
TOML
[package]
|
|
name = "cm-dashboard-shared"
|
|
version = "0.1.253"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
chrono = { workspace = true }
|
|
thiserror = { workspace = true } |