Skip to content

Commit a34ed08

Browse files
committed
internal(i18n-embed): Bump version of notify dependency to 8.0.0
1 parent 5d98532 commit a34ed08

File tree

3 files changed

+37
-102
lines changed

3 files changed

+37
-102
lines changed

Cargo.lock

Lines changed: 32 additions & 101 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

i18n-embed/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
+ Add `FluentLanguageLoader::with_fluent_message_and_bundle()`. This method functions like `with_fluent_message()`, but it also returns the `FluentBundle` which owns the message. As part of implementation of [#144](https://github.com/kellpossible/cargo-i18n/issues/144). Many thanks to [@cbs228](https://github.com/cbs228) for this contribution.
88

9+
### Internal
10+
11+
+ Bump version of `notify` dependency to version `8.0.0`.
12+
913
## v0.15.3
1014

1115
### Internal

i18n-embed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ i18n-embed-impl = { workspace = true, optional = true }
2727
intl-memoizer = "0.5"
2828
locale_config = { version = "0.3", optional = true }
2929
log = { workspace = true }
30-
notify = { version = "6.1.1", optional = true }
30+
notify = { version = "8.0.0", optional = true }
3131
parking_lot = { version = "0.12", optional = true }
3232
rust-embed = { workspace = true, optional = true }
3333
thiserror = { workspace = true }

0 commit comments

Comments
 (0)