Skip to content

Commit 4b61eac

Browse files
committed
Bump version of i18n-embed-fl to 0.9.2
1 parent 3365de1 commit 4b61eac

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

i18n-embed-fl/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog for `i18n-embed-fl`
22

3+
## v0.9.2
4+
5+
### Fixes
6+
7+
+ Switch to proc-macro-error2 [#133](https://github.com/kellpossible/cargo-i18n/pull/133), fixes [#113](https://github.com/kellpossible/cargo-i18n/issues/113), thanks to [@mrtryhard](https://github.com/mrtryhard).
8+
+ Fix compile warning for default features of `syn` crate.
9+
310
## v0.9.1
411

512
### Fixes

i18n-embed-fl/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "i18n-embed-fl"
33
description = "Macro to perform compile time checks when using the i18n-embed crate and the fluent localization system"
44
categories = ["localization", "internationalization", "development-tools"]
5-
version = "0.9.1"
5+
version = "0.9.2"
66
authors = ["Luke Frisken <[email protected]>"]
77
edition = "2018"
88
license = "MIT"
@@ -26,7 +26,6 @@ unic-langid = { workspace = true }
2626

2727
[dependencies.syn]
2828
workspace = true
29-
default-features = false
3029
features = ["derive", "proc-macro", "parsing", "printing", "extra-traits", "full"]
3130

3231
[dev-dependencies]

0 commit comments

Comments
 (0)