From 9d82e67ab7ec87a48e35469da69291d2a9db77ea Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 18 Sep 2024 16:28:00 -0400 Subject: [PATCH] Release v0.26.1 (#1180) * v0.26.1 * Update the fixtures --- Cargo.lock | 2 +- Cargo.toml | 2 +- tests/fixtures/linux/linux.json | 4 ++-- tests/fixtures/linux/steam-deck.json | 2 +- tests/fixtures/macos/macos.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8af204ff..37c4c393 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -929,7 +929,7 @@ dependencies = [ [[package]] name = "nix-installer" -version = "0.26.0" +version = "0.26.1" dependencies = [ "async-trait", "bytes 1.7.1", diff --git a/Cargo.toml b/Cargo.toml index 90df86fc..0bee65f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix-installer" description = "The Determinate Nix Installer" -version = "0.26.0" +version = "0.26.1" edition = "2021" resolver = "2" license = "LGPL-2.1" diff --git a/tests/fixtures/linux/linux.json b/tests/fixtures/linux/linux.json index d69c3ed3..13fecb8a 100644 --- a/tests/fixtures/linux/linux.json +++ b/tests/fixtures/linux/linux.json @@ -1,5 +1,5 @@ { - "version": "0.25.0", + "version": "0.26.1", "actions": [ { "action": { @@ -478,4 +478,4 @@ "ssl_cert_file": null, "failure_chain": null } -} +} \ No newline at end of file diff --git a/tests/fixtures/linux/steam-deck.json b/tests/fixtures/linux/steam-deck.json index b0e22b79..86af596b 100644 --- a/tests/fixtures/linux/steam-deck.json +++ b/tests/fixtures/linux/steam-deck.json @@ -1,5 +1,5 @@ { - "version": "0.25.0", + "version": "0.26.1", "actions": [ { "action": { diff --git a/tests/fixtures/macos/macos.json b/tests/fixtures/macos/macos.json index 28c637cc..678c8725 100644 --- a/tests/fixtures/macos/macos.json +++ b/tests/fixtures/macos/macos.json @@ -1,5 +1,5 @@ { - "version": "0.25.0", + "version": "0.26.1", "actions": [ { "action": {