Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fluent-bundle: Update self_cell to 1.x from 0.10. #324

Merged
merged 3 commits into from
May 5, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions fluent-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## Unreleased

- Bump `serde_yaml` to 0.9.
- Bump `self_cell` to 1.x
- Bump `serde_yaml` to 0.9

## fluent-bundle 0.15.3 (March 16, 2024)
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
Expand All @@ -18,7 +18,7 @@
- Workspace: Add various missing documentation and fix typos and links
- Workspace: Cleanup meta-data using workspaces, use SPDX licenses, etc.
- Workspace: Apply rustfmt and clippy lint fixes

alerque marked this conversation as resolved.
Show resolved Hide resolved
## fluent-bundle 0.15.2 (October 25, 2021)
- Bump `self_cell` to 0.10.

Expand Down
2 changes: 1 addition & 1 deletion fluent-bundle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ intl_pluralrules.workspace = true
rustc-hash.workspace = true
unic-langid.workspace = true
intl-memoizer = { version = "0.5.2", path = "../intl-memoizer" }
self_cell = "0.10"
self_cell = "1.0"
smallvec = "1"

[dev-dependencies]
Expand Down