Merge pull request 'Release 0.6.1' (#16) from release into main
Reviewed-on: #16
This commit is contained in:
commit
88704b3707
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "gettext-macros"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
authors = ["Plume contributors"]
|
||||
description = "A few proc-macros to help internationalizing Rust applications"
|
||||
repository = "https://github.com/Plume-org/gettext-macros"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
extern crate proc_macro;
|
||||
use proc_macro::TokenStream;
|
||||
use proc_macro2::{
|
||||
token_stream::IntoIter as TokenIter, Literal, TokenTree,
|
||||
token_stream::IntoIter as TokenIter, Literal, TokenTree,
|
||||
};
|
||||
use quote::quote;
|
||||
use std::{
|
||||
|
|
Loading…
Reference in a new issue