diff --git a/Cargo.lock b/Cargo.lock index 8af204ff6..37c4c3930 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 90df86fc9..0bee65f68 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 d69c3ed38..13fecb8a4 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 b0e22b794..86af596bb 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 28c637cce..678c87255 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": {