diff --git a/Cargo.lock b/Cargo.lock index 86f18390..da3bbc9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1073,7 +1073,7 @@ dependencies = [ [[package]] name = "nix-installer" -version = "0.32.3" +version = "0.33.0" dependencies = [ "async-trait", "bytes 1.9.0", diff --git a/Cargo.toml b/Cargo.toml index 425b5770..fdc8e60f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix-installer" description = "The Determinate Nix Installer" -version = "0.32.3" +version = "0.33.0" edition = "2021" resolver = "2" license = "LGPL-2.1" diff --git a/tests/fixtures/linux/linux.json b/tests/fixtures/linux/linux.json index 13fca474..6041f45e 100644 --- a/tests/fixtures/linux/linux.json +++ b/tests/fixtures/linux/linux.json @@ -1,5 +1,5 @@ { - "version": "0.32.3", + "version": "0.33.0", "actions": [ { "action": { @@ -1164,7 +1164,7 @@ }, "diagnostic_data": { "attribution": null, - "version": "0.32.3", + "version": "0.33.0", "planner": "linux", "configured_settings": [], "os_name": "Ubuntu", diff --git a/tests/fixtures/linux/steam-deck.json b/tests/fixtures/linux/steam-deck.json index c148597d..01e1ee4e 100644 --- a/tests/fixtures/linux/steam-deck.json +++ b/tests/fixtures/linux/steam-deck.json @@ -1,5 +1,5 @@ { - "version": "0.32.3", + "version": "0.33.0", "actions": [ { "action": { @@ -1224,7 +1224,7 @@ }, "diagnostic_data": { "attribution": null, - "version": "0.32.3", + "version": "0.33.0", "planner": "steam-deck", "configured_settings": [], "os_name": "SteamOS", diff --git a/tests/fixtures/macos/macos.json b/tests/fixtures/macos/macos.json index 4d90e80f..7b7085e4 100644 --- a/tests/fixtures/macos/macos.json +++ b/tests/fixtures/macos/macos.json @@ -1,5 +1,5 @@ { - "version": "0.32.3", + "version": "0.33.0", "actions": [ { "action": { @@ -1266,7 +1266,7 @@ }, "diagnostic_data": { "attribution": null, - "version": "0.32.3", + "version": "0.33.0", "planner": "macos", "configured_settings": [], "os_name": "unknown",