File tree Expand file tree Collapse file tree 10 files changed +22
-9
lines changed Expand file tree Collapse file tree 10 files changed +22
-9
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ members = [
1313
1414exclude = [" fluent-cli" ]
1515
16+ [workspace .package ]
17+ edition = " 2021"
18+ rust-version = " 1.67.0"
19+
1620[workspace .dependencies ]
1721criterion = " 0.5"
1822fluent-langneg = " 0.13"
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ A localization system designed to unleash the entire expressive power of
55natural language translations.
66"""
77version = " 0.15.3"
8- edition = " 2021"
8+ edition.workspace = true
9+ rust-version.workspace = true
910authors = [
1011 " Zibi Braniecki <zibi@unicode.org>" ,
1112 " Staś Małolepszy <stas@mozilla.com>" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ A collection of command line interface programs
55for Fluent Localization System.
66"""
77version = " 0.0.1"
8- edition = " 2021"
8+ edition.workspace = true
9+ rust-version.workspace = true
910authors = [
1011 " Zibi Braniecki <zibi@unicode.org>" ,
1112 " Staś Małolepszy <stas@mozilla.com>"
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ High-level abstraction model for managing localization resources
55and runtime localization lifecycle.
66"""
77version = " 0.7.1"
8- edition = " 2021"
8+ edition.workspace = true
9+ rust-version.workspace = true
910authors = [
1011 " Zibi Braniecki <zibi@unicode.org>" ,
1112 " Staś Małolepszy <stas@mozilla.com>"
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ description = """
44Pseudolocalization transformation API for use with Project Fluent API.
55"""
66version = " 0.3.2"
7- edition = " 2021"
7+ edition.workspace = true
8+ rust-version = " 1.64.0"
89authors = [
910 " Zibi Braniecki <zibi@unicode.org>" ,
1011 " Staś Małolepszy <stas@mozilla.com>"
Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ description = """
44Resource manager for Fluent localization resources.
55"""
66version = " 0.0.7"
7+ edition.workspace = true
8+ rust-version.workspace = true
79authors = [
810 " Zibi Braniecki <zibi@unicode.org>" ,
911 " Staś Małolepszy <stas@mozilla.com>"
1012]
11- edition = " 2021"
1213homepage = " http://www.projectfluent.org"
1314license = " Apache-2.0 OR MIT"
1415repository = " https://github.com/projectfluent/fluent-rs"
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ description = """
44Parser/Serializer tools for Fluent Syntax.
55"""
66version = " 0.11.1"
7- edition = " 2021"
7+ edition.workspace = true
8+ rust-version = " 1.64.0"
89authors = [
910 " Zibi Braniecki <zibi@unicode.org>" ,
1011 " Staś Małolepszy <stas@mozilla.com>"
Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ description = """
44A collection of mock scenarios for testing fluent-rs components.
55"""
66version = " 0.0.4"
7+ edition.workspace = true
8+ rust-version.workspace = true
79authors = [
810 " Zibi Braniecki <zibi@braniecki.net>" ,
911 " Erik Nordin <enordin@mozilla.com>"
1012]
11- edition = " 2021"
1213homepage = " https://www.projectfluent.org"
1314license = " Apache-2.0 OR MIT"
1415repository = " https://github.com/projectfluent/fluent-rs"
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ A localization system designed to unleash the entire expressive power of
55natural language translations.
66"""
77version = " 0.16.1"
8- edition = " 2021"
8+ edition.workspace = true
9+ rust-version.workspace = true
910authors = [
1011 " Zibi Braniecki <zibi@unicode.org>" ,
1112 " Staś Małolepszy <stas@mozilla.com>"
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ A memoizer specifically tailored for storing lazy-initialized
55intl formatters.
66"""
77version = " 0.5.2"
8- edition = " 2021"
8+ edition.workspace = true
9+ rust-version.workspace = true
910authors = [
1011 " Zibi Braniecki <zibi@unicode.org>" ,
1112 " Manish Goregaokar <manishsmail@gmail.com>"
You can’t perform that action at this time.
0 commit comments