Skip to content

Commit

Permalink
Release v0.30.1 (#1322)
Browse files Browse the repository at this point in the history
* cargo update --aggressive

* Release v0.30.1
  • Loading branch information
cole-h authored Nov 27, 2024
1 parent 98dc035 commit be8878d
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 38 deletions.
62 changes: 31 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nix-installer"
description = "The Determinate Nix Installer"
version = "0.30.0"
version = "0.30.1"
edition = "2021"
resolver = "2"
license = "LGPL-2.1"
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/linux/linux.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.29.0",
"version": "0.30.1",
"actions": [
{
"action": {
Expand Down Expand Up @@ -1150,7 +1150,7 @@
},
"diagnostic_data": {
"attribution": null,
"version": "0.29.0",
"version": "0.30.1",
"planner": "linux",
"configured_settings": [],
"os_name": "Ubuntu",
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/linux/steam-deck.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.29.0",
"version": "0.30.1",
"actions": [
{
"action": {
Expand Down Expand Up @@ -1198,7 +1198,7 @@
},
"diagnostic_data": {
"attribution": null,
"version": "0.29.0",
"version": "0.30.1",
"planner": "steam-deck",
"configured_settings": [],
"os_name": "SteamOS",
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/macos/macos.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.29.0",
"version": "0.30.1",
"actions": [
{
"action": {
Expand Down Expand Up @@ -1252,7 +1252,7 @@
},
"diagnostic_data": {
"attribution": null,
"version": "0.29.0",
"version": "0.30.1",
"planner": "macos",
"configured_settings": [],
"os_name": "unknown",
Expand Down

0 comments on commit be8878d

Please sign in to comment.