@@ -4,11 +4,11 @@ description = """
44A localization system designed to unleash the entire expressive power of
55natural language translations.
66"""
7- version = " 0.15.2 "
7+ version = " 0.15.3 "
88edition = " 2021"
99authors = [
10- " Zibi Braniecki <zibi@unicode.org>" ,
11- " Staś Małolepszy <stas@mozilla.com>"
10+ " Zibi Braniecki <zibi@unicode.org>" ,
11+ " Staś Małolepszy <stas@mozilla.com>" ,
1212]
1313homepage = " http://www.projectfluent.org"
1414license = " Apache-2.0 OR MIT"
@@ -17,12 +17,12 @@ readme = "README.md"
1717keywords = [" localization" , " l10n" , " i18n" , " intl" , " internationalization" ]
1818categories = [" localization" , " internationalization" ]
1919include = [
20- " src/**/*" ,
21- " benches/*.rs" ,
22- " Cargo.toml" ,
23- " README.md" ,
24- " LICENSE-APACHE" ,
25- " LICENSE-MIT"
20+ " src/**/*" ,
21+ " benches/*.rs" ,
22+ " Cargo.toml" ,
23+ " README.md" ,
24+ " LICENSE-APACHE" ,
25+ " LICENSE-MIT" ,
2626]
2727
2828[dependencies ]
@@ -31,17 +31,17 @@ fluent-syntax.workspace = true
3131intl_pluralrules.workspace = true
3232rustc-hash.workspace = true
3333unic-langid.workspace = true
34- intl-memoizer = { path = " ../intl-memoizer" }
35- self_cell = " 0.10 "
34+ intl-memoizer = { version = " 0.5.2 " , path = " ../intl-memoizer" }
35+ self_cell = " 1.0 "
3636smallvec = " 1"
3737
3838[dev-dependencies ]
3939criterion.workspace = true
4040iai.workspace = true
41- serde = { workspace = true , features = [" derive" ]}
41+ serde = { workspace = true , features = [" derive" ] }
4242unic-langid = { workspace = true , features = [" macros" ] }
4343rand = " 0.8"
44- serde_yaml = " 0.8 "
44+ serde_yaml = " 0.9 "
4545
4646[features ]
4747default = []
0 commit comments