Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Juici committed Aug 27, 2020
1 parent 5b61705 commit b941fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wchar"
version = "0.6.0"
version = "0.6.1"
authors = ["Juici <[email protected]>"]
description = "Procedural macros for compile time UTF-16 strings"
edition = "2018"
Expand All @@ -22,7 +22,7 @@ maintenance = { status = "passively-maintained" }
proc-macro-hack = "0.5"

[dependencies.wchar-impl]
version = "0.6.0"
version = "0.6"
path = "./wchar-impl"

[dev-dependencies]
Expand Down

0 comments on commit b941fa5

Please sign in to comment.