Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Oct 13, 2022
1 parent c504809 commit 5fc90fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "unicode_names2"
version = "0.5.1"
version = "0.6.0"
authors = ["Huon Wilson <dbau.pp@gmail.com>",
"Kang Seonghoon <public+rust@mearie.org>",
"Valentin Lorentz <progval+git@progval.net>",]
Expand Down Expand Up @@ -33,7 +33,7 @@ no_std = []

[dev-dependencies.unicode_names2_macros]
path = "unicode_names2_macros"
version = ">=0.3, <0.6"
version = ">=0.3, <0.7"

[dev-dependencies]
rand = "0.5.1"
4 changes: 2 additions & 2 deletions unicode_names2_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "unicode_names2_macros"
version = "0.5.1"
version = "0.6.0"
authors = ["Huon Wilson <dbau.pp@gmail.com>",
"Valentin Lorentz <progval+git@progval.net>"]

Expand All @@ -22,7 +22,7 @@ syn = "0.15"

[dependencies.unicode_names2]
path = ".."
version = "0.5.1"
version = "0.6.0"

[lib]
name = "unicode_names2_macros"
Expand Down

0 comments on commit 5fc90fd

Please sign in to comment.