Release v0.1.0 (#208)

This commit is contained in:
Ana Hobden 2023-01-20 14:45:56 -08:00 committed by GitHub
parent 61c422c49c
commit 501d7eebca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View file

@ -887,7 +887,7 @@ dependencies = [
[[package]] [[package]]
name = "nix-installer" name = "nix-installer"
version = "0.0.2" version = "0.1.0"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"atty", "atty",

View file

@ -1,7 +1,7 @@
[package] [package]
name = "nix-installer" name = "nix-installer"
description = "A `nix` installer" description = "A `nix` installer"
version = "0.0.2" version = "0.1.0"
edition = "2021" edition = "2021"
resolver = "2" resolver = "2"
license = "LGPL-2.1" license = "LGPL-2.1"

View file

@ -1,5 +1,5 @@
{ {
"version": "0.0.2", "version": "0.1.0",
"actions": [ "actions": [
{ {
"action": { "action": {

View file

@ -1,5 +1,5 @@
{ {
"version": "0.0.2", "version": "0.1.0",
"actions": [ "actions": [
{ {
"action": { "action": {

View file

@ -1,5 +1,5 @@
{ {
"version": "0.0.2", "version": "0.1.0",
"actions": [ "actions": [
{ {
"action": { "action": {