-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump minor version number, depend on newest version of common and macro
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 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,7 +1,7 @@ | ||
[package] | ||
name = "zalgo-codec" | ||
authors = ["Johanna Sörngård ([email protected])", "Scott Conner", "Alex Keizer ([email protected])"] | ||
version = "0.9.3" | ||
version = "0.9.4" | ||
edition = "2021" | ||
keywords = ["unicode", "obfuscation", "encoding", "zalgo"] | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -11,8 +11,8 @@ description = "A crate for converting an ASCII text string to a single unicode g | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
zalgo-codec-common = "0.9.3" | ||
zalgo-codec-macro = {version = "0.1.18", optional = true} | ||
zalgo-codec-common = "0.9.4" | ||
zalgo-codec-macro = {version = "0.1.19", optional = true} | ||
anyhow = "1.0" | ||
iced = {version = "0.10", optional = true} | ||
rfd = {version = "0.12", optional = true} | ||
|