chore: bump to 0.10.0

This commit is contained in:
Alexandre Pasmantier 2025-01-25 21:21:08 +01:00
parent 172ba231ee
commit 7a54e5a507
3 changed files with 9 additions and 9 deletions

4
Cargo.lock generated
View File

@ -1870,7 +1870,7 @@ dependencies = [
[[package]]
name = "television"
version = "0.9.4"
version = "0.10.0"
dependencies = [
"anyhow",
"bat",
@ -1909,7 +1909,7 @@ dependencies = [
[[package]]
name = "television-derive"
version = "0.0.23"
version = "0.0.24"
dependencies = [
"proc-macro2",
"quote",

View File

@ -1,6 +1,6 @@
[package]
name = "television"
version = "0.9.4"
version = "0.10.0"
edition = "2021"
description = "The revolution will be televised."
license = "MIT"
@ -28,7 +28,7 @@ rust-version = "1.81"
path = "television/lib.rs"
[dependencies]
television-derive = { path = "television-derive", version = "0.0.23" }
television-derive = { path = "television-derive", version = "0.0.24" }
anyhow = "1.0"
directories = "5.0"

View File

@ -1,6 +1,6 @@
[package]
name = "television-derive"
version = "0.0.23"
version = "0.0.24"
edition = "2021"
description = "The revolution will be televised."
license = "MIT"