feat: Release hotfix

This commit is contained in:
Jan-Bulthuis 2026-04-02 18:18:25 +02:00
parent ea07d11034
commit b157703162
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -1367,7 +1367,7 @@ dependencies = [
[[package]]
name = "karnaugh"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"axum",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "karnaugh"
version = "0.1.0"
version = "0.1.1"
edition = "2024"
[dependencies]

View File

@ -21,9 +21,9 @@
rec {
packages.karnaugh = pkgs.rustPlatform.buildRustPackage (final: {
pname = "karnaugh";
version = "0.1.0";
version = "0.1.1";
src = self;
cargoHash = "sha256-4jmvuQiQz5TCkY//L2qyx0AiDTxHu8EocFfysgaTaHU=";
cargoHash = "sha256-LqPV818AKVQR5ihE3xkEduLhsxvN5m21M8H/AVWBXTU=";
});
packages.container = pkgs.dockerTools.buildImage {
name = "karnaugh";