Skip to content

Commit 2b5fdae

Browse files
point cryptify to new macros
1 parent 1675b1b commit 2b5fdae

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cryptify/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cryptify"
3-
version = "3.2.0"
3+
version = "3.2.1"
44
edition = "2021"
55
authors = ["Pranav Dronavalli <dronavallipranav@gmail.com>"]
66
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/cryp
1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

1212
[dependencies]
13-
labyrinth_macros = "3.0.1"
13+
labyrinth_macros = "3.0.2"

0 commit comments

Comments
 (0)