From 1894156c0c73042b2ff13c0ced08817e2eb0e1f4 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Sat, 27 Apr 2024 13:29:00 -0700 Subject: [PATCH] fix issue with silently failing tracks upgrade version --- Cargo.lock | 2 +- hifirs/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3888ec3..9bf2e9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1525,7 +1525,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hifi-rs" -version = "0.3.7" +version = "0.3.8" dependencies = [ "async-broadcast", "async-trait", diff --git a/hifirs/Cargo.toml b/hifirs/Cargo.toml index 8f8eb5d..1e7a0b8 100644 --- a/hifirs/Cargo.toml +++ b/hifirs/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "hifi-rs" -version = "0.3.7" +version = "0.3.8" license-file = "../LICENSE" repository = "https://github.com/iamdb/hifi.rs"