Skip to content

Commit f1c2e66

Browse files
deps(fluent-bundle): Bump self_cell to 1.0 from 0.10 (#324)
Co-authored-by: Caleb Maclennan <caleb@alerque.com>
1 parent 8b36e4f commit f1c2e66

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

fluent-bundle/CHANGELOG.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

33
## Unreleased
4-
5-
- Bump `serde_yaml` to 0.9.
4+
- Bump `self_cell` to 1.x
5+
- Bump `serde_yaml` to 0.9
66

77
## fluent-bundle 0.15.3 (March 16, 2024)
88
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
@@ -18,7 +18,6 @@
1818
- Workspace: Add various missing documentation and fix typos and links
1919
- Workspace: Cleanup meta-data using workspaces, use SPDX licenses, etc.
2020
- Workspace: Apply rustfmt and clippy lint fixes
21-
2221
## fluent-bundle 0.15.2 (October 25, 2021)
2322
- Bump `self_cell` to 0.10.
2423

fluent-bundle/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ intl_pluralrules.workspace = true
3232
rustc-hash.workspace = true
3333
unic-langid.workspace = true
3434
intl-memoizer = { version = "0.5.2", path = "../intl-memoizer" }
35-
self_cell = "0.10"
35+
self_cell = "1.0"
3636
smallvec = "1"
3737

3838
[dev-dependencies]

0 commit comments

Comments
 (0)