diff --git a/Cargo.lock b/Cargo.lock index bbaf09f..84b460a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1367,7 +1367,7 @@ dependencies = [ [[package]] name = "karnaugh" -version = "0.1.0" +version = "0.1.1" dependencies = [ "axum", "clap", diff --git a/Cargo.toml b/Cargo.toml index 08691bf..ab93a7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "karnaugh" -version = "0.1.0" +version = "0.1.1" edition = "2024" [dependencies] diff --git a/flake.nix b/flake.nix index 5333a82..4e467fc 100644 --- a/flake.nix +++ b/flake.nix @@ -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";