Skip to content

Commit

Permalink
Specify local versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Dec 18, 2023
1 parent 5df7ba6 commit 04b48fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4"
zalgo-codec-macro = {version = "0.1.19", optional = true}
zalgo-codec-common = {path = "../common"}
zalgo-codec-macro = {path = "../macro", optional = true}
anyhow = "1.0"
iced = {version = "0.10", optional = true}
rfd = {version = "0.12", optional = true}
Expand Down
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ proc-macro = true


[dependencies]
zalgo-codec-common = "0.9.4"
zalgo-codec-common = {path = "../common"}
syn = "2.0"

0 comments on commit 04b48fe

Please sign in to comment.