Skip to content

Commit

Permalink
Add wchar-impl version to dependencies to publish
Browse files Browse the repository at this point in the history
Add version of wchar-impl to Cargo.toml dependencies to publish crate.
  • Loading branch information
Juici committed Jul 22, 2019
1 parent 743831c commit 1f0f29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ travis-ci = { repository = "Juici/wchar-rs" }
maintenance = { status = "passively-maintained" }

[dependencies]
wchar-impl = { path = "./wchar-impl" }
wchar-impl = { path = "./wchar-impl", version = "0.4.0" }
proc-macro-hack = "0.5"

[dev-dependencies]
Expand Down

0 comments on commit 1f0f29f

Please sign in to comment.