mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 19:37:51 +03:00
i18n-embed-fl 0.8
This commit is contained in:
parent
b22b60ff7f
commit
6d8d1515fc
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1260,9 +1260,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "i18n-embed-fl"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9fc1f8715195dffc4caddcf1cf3128da15fe5d8a137606ea8856c9300047d5a2"
|
||||
checksum = "8241a781f49e923415e106fcd1f89c3fab92cc9f699a521c56e95dee273903d3"
|
||||
dependencies = [
|
||||
"dashmap",
|
||||
"find-crate",
|
||||
|
|
|
@ -55,7 +55,7 @@ zeroize = "1"
|
|||
|
||||
# Localization
|
||||
i18n-embed = { version = "0.14", features = ["fluent-system"] }
|
||||
i18n-embed-fl = "0.7"
|
||||
i18n-embed-fl = "0.8"
|
||||
lazy_static = "1"
|
||||
rust-embed = "8"
|
||||
|
||||
|
|
|
@ -382,7 +382,7 @@ version = "0.14.1"
|
|||
criteria = "safe-to-deploy"
|
||||
|
||||
[[exemptions.i18n-embed-fl]]
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
[[exemptions.i18n-embed-impl]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue