Release v0.13.0 (#652)
This commit is contained in:
parent
042873d7d6
commit
d01e1b820c
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -953,7 +953,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nix-installer"
|
name = "nix-installer"
|
||||||
version = "0.12.1-unreleased"
|
version = "0.13.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"bytes 1.5.0",
|
"bytes 1.5.0",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nix-installer"
|
name = "nix-installer"
|
||||||
description = "The Determinate Nix Installer"
|
description = "The Determinate Nix Installer"
|
||||||
version = "0.12.1-unreleased"
|
version = "0.13.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
license = "LGPL-2.1"
|
license = "LGPL-2.1"
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
};
|
};
|
||||||
sharedAttrs = {
|
sharedAttrs = {
|
||||||
pname = "nix-installer";
|
pname = "nix-installer";
|
||||||
version = "0.12.1-unreleased";
|
version = "0.13.0";
|
||||||
src = builtins.path {
|
src = builtins.path {
|
||||||
name = "nix-installer-source";
|
name = "nix-installer-source";
|
||||||
path = self;
|
path = self;
|
||||||
|
|
4
tests/fixtures/linux/linux.json
vendored
4
tests/fixtures/linux/linux.json
vendored
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.12.1-unreleased",
|
"version": "0.13.0",
|
||||||
"actions": [
|
"actions": [
|
||||||
{
|
{
|
||||||
"action": {
|
"action": {
|
||||||
|
@ -424,7 +424,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"diagnostic_data": {
|
"diagnostic_data": {
|
||||||
"version": "0.12.1-unreleased",
|
"version": "0.13.0",
|
||||||
"planner": "linux",
|
"planner": "linux",
|
||||||
"configured_settings": [],
|
"configured_settings": [],
|
||||||
"os_name": "Ubuntu",
|
"os_name": "Ubuntu",
|
||||||
|
|
4
tests/fixtures/linux/steam-deck.json
vendored
4
tests/fixtures/linux/steam-deck.json
vendored
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.12.1-unreleased",
|
"version": "0.13.0",
|
||||||
"actions": [
|
"actions": [
|
||||||
{
|
{
|
||||||
"action": {
|
"action": {
|
||||||
|
@ -404,7 +404,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"diagnostic_data": {
|
"diagnostic_data": {
|
||||||
"version": "0.12.1-unreleased",
|
"version": "0.13.0",
|
||||||
"planner": "steam-deck",
|
"planner": "steam-deck",
|
||||||
"configured_settings": [],
|
"configured_settings": [],
|
||||||
"os_name": "Ubuntu",
|
"os_name": "Ubuntu",
|
||||||
|
|
4
tests/fixtures/macos/macos.json
vendored
4
tests/fixtures/macos/macos.json
vendored
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.12.1-unreleased",
|
"version": "0.13.0",
|
||||||
"actions": [
|
"actions": [
|
||||||
{
|
{
|
||||||
"action": {
|
"action": {
|
||||||
|
@ -435,7 +435,7 @@
|
||||||
"root_disk": "disk3"
|
"root_disk": "disk3"
|
||||||
},
|
},
|
||||||
"diagnostic_data": {
|
"diagnostic_data": {
|
||||||
"version": "0.12.1-unreleased",
|
"version": "0.13.0",
|
||||||
"planner": "macos",
|
"planner": "macos",
|
||||||
"configured_settings": [],
|
"configured_settings": [],
|
||||||
"os_name": "unknown",
|
"os_name": "unknown",
|
||||||
|
|
Loading…
Reference in a new issue