Merge pull request #21 from DeterminateSystems/rel-0.1.1

This commit is contained in:
Cole Helbling 2023-06-27 12:21:51 -07:00 committed by GitHub
commit d9dc1240bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View file

@ -55,4 +55,3 @@ jobs:
draft: true
files: |
artifacts/**
nix-installer.sh

2
Cargo.lock generated
View file

@ -656,7 +656,7 @@ dependencies = [
[[package]]
name = "magic-nix-cache"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"axum",
"axum-macros",

View file

@ -1,6 +1,6 @@
[package]
name = "magic-nix-cache"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "Apache-2.0"