We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319dd19 commit 22a4808Copy full SHA for 22a4808
fluent-bundle/CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
## Unreleased
4
5
- - …
+ - Bump `serde_yaml` to 0.9.
6
7
## fluent-bundle 0.15.3 (March 16, 2024)
8
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
fluent-bundle/Cargo.toml
@@ -41,7 +41,7 @@ iai.workspace = true
41
serde = { workspace = true, features = ["derive"] }
42
unic-langid = { workspace = true, features = ["macros"] }
43
rand = "0.8"
44
-serde_yaml = "0.8"
+serde_yaml = "0.9"
45
46
[features]
47
default = []
0 commit comments