From d02b715de3bf03405cc1659b0029164b01c395e0 Mon Sep 17 00:00:00 2001 From: cosmic-zip <36008397+cosmic-zip@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:32:05 -0300 Subject: [PATCH] Revision 0.20.1 --- snapcraft.yaml | 3 +-- witch_craft/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 7c9af1d..3cac7dc 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: witchcraft-cybersecurity -version: "0.20.0" +version: "0.20.1" summary: Your OPSEC companion! icon: "witch_docs/media_kit/logo-1.png" grade: stable @@ -111,7 +111,6 @@ parts: - liboss4-salsa-asound2 - freeglut3-dev - libllvm15 - - libigdgmm12 - libatomic1 - libclang1-18 - libatm1t64 diff --git a/witch_craft/Cargo.toml b/witch_craft/Cargo.toml index fe2d91c..739e7a3 100644 --- a/witch_craft/Cargo.toml +++ b/witch_craft/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "witch_craft" -version = "0.20.0" +version = "0.20.1" edition = "2021" readme = "README.md" homepage = "https://cosmic-zip.github.io/wiki/wiki.html"