-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4d7810
commit 8aedef0
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cryptify" | ||
version = "3.0.0" | ||
version = "3.0.4" | ||
edition = "2021" | ||
authors = ["Pranav Dronavalli <[email protected]>"] | ||
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" | ||
labyrinth_macros = "2.0.0" |