From f14dffda5c897f6dc61adb103d50d1b8caf3f8fe Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Fri, 23 Aug 2024 12:15:46 -0400 Subject: [PATCH] release v0.22.0 (#1112) --- Cargo.lock | 2 +- Cargo.toml | 2 +- tests/fixtures/linux/linux.json | 4 ++-- tests/fixtures/linux/steam-deck.json | 4 ++-- tests/fixtures/macos/macos.json | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc489552..4d22b7bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -935,7 +935,7 @@ dependencies = [ [[package]] name = "nix-installer" -version = "0.21.0" +version = "0.22.0" dependencies = [ "async-trait", "bytes 1.7.1", diff --git a/Cargo.toml b/Cargo.toml index 3123b4a1..8a3edc6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix-installer" description = "The Determinate Nix Installer" -version = "0.21.0" +version = "0.22.0" edition = "2021" resolver = "2" license = "LGPL-2.1" diff --git a/tests/fixtures/linux/linux.json b/tests/fixtures/linux/linux.json index 74d7c711..cc3ed134 100644 --- a/tests/fixtures/linux/linux.json +++ b/tests/fixtures/linux/linux.json @@ -1,5 +1,5 @@ { - "version": "0.21.0", + "version": "0.22.0", "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 8974b6bb..6bd57eb4 100644 --- a/tests/fixtures/linux/steam-deck.json +++ b/tests/fixtures/linux/steam-deck.json @@ -1,5 +1,5 @@ { - "version": "0.21.0", + "version": "0.22.0", "actions": [ { "action": { @@ -454,4 +454,4 @@ "ssl_cert_file": null, "failure_chain": null } -} +} \ No newline at end of file diff --git a/tests/fixtures/macos/macos.json b/tests/fixtures/macos/macos.json index 64441977..2d125476 100644 --- a/tests/fixtures/macos/macos.json +++ b/tests/fixtures/macos/macos.json @@ -1,5 +1,5 @@ { - "version": "0.21.0", + "version": "0.22.0", "actions": [ { "action": { @@ -485,4 +485,4 @@ "ssl_cert_file": null, "failure_chain": null } -} +} \ No newline at end of file