From ff7f572eaca62f45001f07206040b2eec9736ad5 Mon Sep 17 00:00:00 2001 From: dheijl Date: Fri, 8 Nov 2024 20:11:58 +0100 Subject: [PATCH] prepare for next version --- CHANGELOG.md | 2 ++ Cargo.lock | 10 +++++----- Cargo.toml | 4 ++-- default.nix | 2 +- swyh-rs.iss | 2 +- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96aa618..3ccaa2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # swyh-rs Changelog +- 1.12.1 (unreleased) + - 1.12.0 (Nov 6 2024 dheijl) - Github CI added by @theavege, thanks! - replace ```once_cell::sync::Lazy``` with ```std::sync::LazyLock```, so now swyh-rs requires Rustc version __1.80__ or later!! diff --git a/Cargo.lock b/Cargo.lock index c29c5aa..50734bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,9 +113,9 @@ checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" [[package]] name = "cc" -version = "1.1.36" +version = "1.1.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baee610e9452a8f6f0a1b6194ec09ff9e2d85dea54432acdae41aa0761c95d70" +checksum = "40545c26d092346d8a8dab71ee48e7685a7a9cba76e634790c215b41a4a7b4cf" dependencies = [ "jobserver", "libc", @@ -344,9 +344,9 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "fastrand" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" +checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" [[package]] name = "flac-bound" @@ -1161,7 +1161,7 @@ checksum = "913e7b03d63752f6cdd2df77da36749d82669904798fe8944b9ec3d23f159905" [[package]] name = "swyh-rs" -version = "1.12.0" +version = "1.12.1" dependencies = [ "bitflags 2.6.0", "cpal", diff --git a/Cargo.toml b/Cargo.toml index 6ad98d2..3bfd696 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ authors = [ ] edition = "2021" name = "swyh-rs" -version = "1.12.0" +version = "1.12.1" description = "Stream What You Hear written in Rust" license = "MIT" repository = "https://github.com/dheijl/swyh-rs/" @@ -49,7 +49,7 @@ crossbeam-channel = "0.5.13" ctrlc = { version = "3.4.5", features = ["termination"] } dasp_sample = "0.11.0" dirs = "5.0.1" -fastrand = "2.1.1" +fastrand = "2.2.0" flac-bound = { version = "0.5.0", default-features = false, features = [ "libflac-noogg", ] } diff --git a/default.nix b/default.nix index 221e944..f26aca4 100644 --- a/default.nix +++ b/default.nix @@ -42,7 +42,7 @@ assert withGui || withCli; let then "swyh-rs-gui" else "swyh-rs-cli"; swyh-rs = rustPlatform.buildRustPackage rec { - version = "1.12.0"; + version = "1.12.1"; inherit nativeBuildInputs buildInputs pname; # Filter-out generated, version-control and nix-related files to prevent # cache invalidation while editing them diff --git a/swyh-rs.iss b/swyh-rs.iss index 8ebf0bf..4479602 100644 --- a/swyh-rs.iss +++ b/swyh-rs.iss @@ -4,7 +4,7 @@ [Setup] AppName=swyh-rs -AppVersion=1.12.0 +AppVersion=1.12.1 WizardStyle=modern DefaultDirName={autopf}\swyh-rs DefaultGroupName=swyh-rs