Skip to content

Commit 5772f38

Browse files
committed
Bump i18n-embed to version 0.15.1
- Use workspace dependency for i18n-embed-fl in i18n-embed
1 parent b3a58bc commit 5772f38

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ members = [
3838
"i18n-build",
3939
"i18n-config",
4040
"i18n-embed",
41+
"i18n-embed/i18n-embed-impl",
4142
"i18n-embed-fl",
4243

4344
# Examples
@@ -50,6 +51,7 @@ members = [
5051
rust-embed = "8.0"
5152
i18n-build = { version = "0.10.0", path = "./i18n-build" }
5253
i18n-embed = { version = "0.15.0", path = "./i18n-embed" }
54+
i18n-embed-impl = { version = "0.8.4", path = "./i18n-embed" }
5355
i18n-config = { version = "0.4.7", path = "./i18n-config" }
5456
i18n-embed-fl = { version = "0.9.1", path = "./i18n-embed-fl" }
5557
thiserror = "1.0"

i18n-embed/CHANGELOG.md

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

3+
## v0.15.1
4+
5+
### Fixes
6+
7+
+ Fix for [#97](https://github.com/kellpossible/cargo-i18n/issues/97) Error when using workspace defined package metadata. Contributed by [@Umio-Yasuno](https://github.com/Umio-Yasuno).
8+
9+
### Internal
10+
11+
+ Use workspace dependency for `i18n-embed-impl` crate.
12+
313
## v0.15.0
414

515
### New Features

i18n-embed/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "i18n-embed"
1010
readme = "README.md"
1111
repository = "https://github.com/kellpossible/cargo-i18n/tree/master/i18n-embed"
12-
version = "0.15.0"
12+
version = "0.15.1"
1313

1414
[package.metadata.docs.rs]
1515
all-features = true
@@ -23,7 +23,7 @@ arc-swap = { version = "1", optional = true }
2323
fluent-langneg = { workspace = true }
2424
fluent-syntax = { workspace = true, optional = true }
2525
gettext = { workspace = true, optional = true }
26-
i18n-embed-impl = { version = "0.8.1", path = "./i18n-embed-impl", optional = true }
26+
i18n-embed-impl = { workspace = true, optional = true }
2727
intl-memoizer = "0.5"
2828
lazy_static = { workspace = true }
2929
locale_config = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)