diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-17 10:09:46 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-17 10:09:46 +0200 |
commit | a57f1147ae13b72332eb1489f44cb7075487b24a (patch) | |
tree | b68a47a918427698717a2ecd5f3e7855641e4458 /Cargo.toml | |
parent | build(flake): Teach the flake about the new package.nix location (diff) | |
download | yt-a57f1147ae13b72332eb1489f44cb7075487b24a.zip |
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 fa282b2..56a90fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ members = [ [workspace.package] edition = "2024" -version = "1.6.0" +version = "1.6.1" rust-version = "1.85.0" authors = ["Benedikt Peetz <benedikt.peetz@b-peetz.de>"] repository = "https://git.vhack.eu/soispha/clients/yt" |