File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## Unreleased
4
-
5
- - Bump ` serde_yaml ` to 0.9.
4
+ - Bump ` self_cell ` to 1.x
5
+ - Bump ` serde_yaml ` to 0.9
6
6
7
7
## fluent-bundle 0.15.3 (March 16, 2024)
8
8
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
18
18
- Workspace: Add various missing documentation and fix typos and links
19
19
- Workspace: Cleanup meta-data using workspaces, use SPDX licenses, etc.
20
20
- Workspace: Apply rustfmt and clippy lint fixes
21
-
22
21
## fluent-bundle 0.15.2 (October 25, 2021)
23
22
- Bump ` self_cell ` to 0.10.
24
23
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ intl_pluralrules.workspace = true
32
32
rustc-hash.workspace = true
33
33
unic-langid.workspace = true
34
34
intl-memoizer = { version = " 0.5.2" , path = " ../intl-memoizer" }
35
- self_cell = " 0.10 "
35
+ self_cell = " 1.0 "
36
36
smallvec = " 1"
37
37
38
38
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments