From dbc4b6c06a57bcc6528bfa180de495a444588515 Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier Date: Sun, 13 Oct 2024 23:58:16 +0200 Subject: [PATCH] chore: bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a230b43..600d531 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "television" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "The revolution will be televised." license = "MIT" @@ -27,7 +27,7 @@ members = [ ] [dependencies] -television-derive = { path = "crates/television_derive" } +television-derive = { version = "0.1.0", path = "crates/television_derive" } better-panic = "0.3.0" clap = { version = "4.4.5", features = [ "derive",