diff --git a/.github/workflows/release-tags.yml b/.github/workflows/release-tags.yml index 6bfd3e7..fedb949 100644 --- a/.github/workflows/release-tags.yml +++ b/.github/workflows/release-tags.yml @@ -55,4 +55,3 @@ jobs: draft: true files: | artifacts/** - nix-installer.sh diff --git a/Cargo.lock b/Cargo.lock index 1691204..5345874 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -656,7 +656,7 @@ dependencies = [ [[package]] name = "magic-nix-cache" -version = "0.1.0" +version = "0.1.1" dependencies = [ "axum", "axum-macros", diff --git a/magic-nix-cache/Cargo.toml b/magic-nix-cache/Cargo.toml index f7bf197..cfc735e 100644 --- a/magic-nix-cache/Cargo.toml +++ b/magic-nix-cache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magic-nix-cache" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "Apache-2.0"