From 8aedef0cbfea8d0ef0723ddc63e1638bcd6702bb Mon Sep 17 00:00:00 2001 From: Pranav Dronavalli Date: Tue, 9 Jan 2024 22:04:46 -0600 Subject: [PATCH] reset macro version --- cryptify/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cryptify/Cargo.toml b/cryptify/Cargo.toml index 40a2733..f549752 100644 --- a/cryptify/Cargo.toml +++ b/cryptify/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cryptify" -version = "3.0.0" +version = "3.0.4" edition = "2021" authors = ["Pranav Dronavalli "] description = "A procedural macro library to obfuscate Rust code. Provides compile-time string encryption and random flow obfuscation." @@ -10,4 +10,4 @@ repository = "https://github.com/dronavallipranav/rust-obfuscator/tree/main/laby # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -labyrinth_macros = "3.0.0" \ No newline at end of file +labyrinth_macros = "2.0.0" \ No newline at end of file