forked from lix-project/lix-installer
Release v0.1.0 (#208)
This commit is contained in:
parent
61c422c49c
commit
501d7eebca
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -887,7 +887,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "nix-installer"
|
||||
version = "0.0.2"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"atty",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "nix-installer"
|
||||
description = "A `nix` installer"
|
||||
version = "0.0.2"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
resolver = "2"
|
||||
license = "LGPL-2.1"
|
||||
|
|
2
tests/fixtures/darwin/darwin-multi.json
vendored
2
tests/fixtures/darwin/darwin-multi.json
vendored
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.0.2",
|
||||
"version": "0.1.0",
|
||||
"actions": [
|
||||
{
|
||||
"action": {
|
||||
|
|
2
tests/fixtures/linux/linux-multi.json
vendored
2
tests/fixtures/linux/linux-multi.json
vendored
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.0.2",
|
||||
"version": "0.1.0",
|
||||
"actions": [
|
||||
{
|
||||
"action": {
|
||||
|
|
2
tests/fixtures/linux/steam-deck.json
vendored
2
tests/fixtures/linux/steam-deck.json
vendored
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.0.2",
|
||||
"version": "0.1.0",
|
||||
"actions": [
|
||||
{
|
||||
"action": {
|
||||
|
|
Loading…
Reference in a new issue