diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-21 14:52:23 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-21 14:52:23 +0200 |
commit | d0ff5856427b2ac25cf5ff9d2c1531a60b5aa5a1 (patch) | |
tree | 39ee404ab2918eefb824303cfba42bbcef1c844f /Cargo.toml | |
parent | fix(select/duration): Also parse `[No Duration]` as duration (diff) | |
download | yt-d0ff5856427b2ac25cf5ff9d2c1531a60b5aa5a1.tar.gz yt-d0ff5856427b2ac25cf5ff9d2c1531a60b5aa5a1.zip |
chore(version): v0.1.1 v0.1.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 55b4de0..7237ac3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ [package] name = "yt" -version = "0.1.0" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |