Skip to content

Commit

Permalink
reset macro version
Browse files Browse the repository at this point in the history
  • Loading branch information
dronavallipranav committed Jan 10, 2024
1 parent f4d7810 commit 8aedef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cryptify/Cargo.toml
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."
Expand All @@ -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"

0 comments on commit 8aedef0

Please sign in to comment.