Skip to content

Commit

Permalink
Bump minor version number, depend on newest version of common and macro
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Dec 15, 2023
1 parent 1bd50f0 commit 167e6d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codec/Cargo.toml
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"
Expand All @@ -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}
Expand Down

0 comments on commit 167e6d4

Please sign in to comment.