v0.2.0
This commit is contained in:
parent
6b17e04ada
commit
f3297d6400
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "gettext-macros"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Baptiste Gelez <baptiste@gelez.xyz>"]
|
||||
description = "A few proc-macros to help internationalizing Rust applications"
|
||||
repository = "https://github.com/Plume-org/gettext-macros"
|
||||
|
@ -15,4 +15,4 @@ gettext-utils = { path = "gettext-utils", version = "0.1.0" }
|
|||
gettext = "0.3"
|
||||
|
||||
[workspace]
|
||||
members = ["gettext-utils"]
|
||||
members = ["gettext-utils"]
|
||||
|
|
Loading…
Reference in a new issue