diff --git a/Cargo.lock b/Cargo.lock index 60dc5e2cd..29cc3cabc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1070,7 +1070,7 @@ dependencies = [ [[package]] name = "nix-installer" -version = "0.32.1" +version = "0.32.2" dependencies = [ "async-trait", "bytes 1.9.0", diff --git a/Cargo.toml b/Cargo.toml index 8202a1942..a0ab6812f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix-installer" description = "The Determinate Nix Installer" -version = "0.32.1" +version = "0.32.2" edition = "2021" resolver = "2" license = "LGPL-2.1" diff --git a/tests/fixtures/linux/linux.json b/tests/fixtures/linux/linux.json index 23583f8d3..c75f68371 100644 --- a/tests/fixtures/linux/linux.json +++ b/tests/fixtures/linux/linux.json @@ -1,5 +1,5 @@ { - "version": "0.32.1", + "version": "0.32.2", "actions": [ { "action": { @@ -1151,7 +1151,7 @@ }, "diagnostic_data": { "attribution": null, - "version": "0.32.1", + "version": "0.32.2", "planner": "linux", "configured_settings": [], "os_name": "Ubuntu", diff --git a/tests/fixtures/linux/steam-deck.json b/tests/fixtures/linux/steam-deck.json index 6837e17ec..93e78ffdd 100644 --- a/tests/fixtures/linux/steam-deck.json +++ b/tests/fixtures/linux/steam-deck.json @@ -1,5 +1,5 @@ { - "version": "0.32.1", + "version": "0.32.2", "actions": [ { "action": { @@ -1199,7 +1199,7 @@ }, "diagnostic_data": { "attribution": null, - "version": "0.32.1", + "version": "0.32.2", "planner": "steam-deck", "configured_settings": [], "os_name": "SteamOS", diff --git a/tests/fixtures/macos/macos.json b/tests/fixtures/macos/macos.json index ec2a502ea..adbd0efc3 100644 --- a/tests/fixtures/macos/macos.json +++ b/tests/fixtures/macos/macos.json @@ -1,5 +1,5 @@ { - "version": "0.32.1", + "version": "0.32.2", "actions": [ { "action": { @@ -1253,7 +1253,7 @@ }, "diagnostic_data": { "attribution": null, - "version": "0.32.1", + "version": "0.32.2", "planner": "macos", "configured_settings": [], "os_name": "unknown",