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 = [
13
13
14
14
exclude = [" fluent-cli" ]
15
15
16
+ [workspace .package ]
17
+ edition = " 2021"
18
+ rust-version = " 1.67.0"
19
+
16
20
[workspace .dependencies ]
17
21
criterion = " 0.5"
18
22
fluent-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
5
5
natural language translations.
6
6
"""
7
7
version = " 0.15.3"
8
- edition = " 2021"
8
+ edition.workspace = true
9
+ rust-version.workspace = true
9
10
authors = [
10
11
" Zibi Braniecki <zibi@unicode.org>" ,
11
12
" 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
5
5
for Fluent Localization System.
6
6
"""
7
7
version = " 0.0.1"
8
- edition = " 2021"
8
+ edition.workspace = true
9
+ rust-version.workspace = true
9
10
authors = [
10
11
" Zibi Braniecki <zibi@unicode.org>" ,
11
12
" 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
5
5
and runtime localization lifecycle.
6
6
"""
7
7
version = " 0.7.1"
8
- edition = " 2021"
8
+ edition.workspace = true
9
+ rust-version.workspace = true
9
10
authors = [
10
11
" Zibi Braniecki <zibi@unicode.org>" ,
11
12
" Staś Małolepszy <stas@mozilla.com>"
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ description = """
4
4
Pseudolocalization transformation API for use with Project Fluent API.
5
5
"""
6
6
version = " 0.3.2"
7
- edition = " 2021"
7
+ edition.workspace = true
8
+ rust-version = " 1.64.0"
8
9
authors = [
9
10
" Zibi Braniecki <zibi@unicode.org>" ,
10
11
" Staś Małolepszy <stas@mozilla.com>"
Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ description = """
4
4
Resource manager for Fluent localization resources.
5
5
"""
6
6
version = " 0.0.7"
7
+ edition.workspace = true
8
+ rust-version.workspace = true
7
9
authors = [
8
10
" Zibi Braniecki <zibi@unicode.org>" ,
9
11
" Staś Małolepszy <stas@mozilla.com>"
10
12
]
11
- edition = " 2021"
12
13
homepage = " http://www.projectfluent.org"
13
14
license = " Apache-2.0 OR MIT"
14
15
repository = " https://github.com/projectfluent/fluent-rs"
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ description = """
4
4
Parser/Serializer tools for Fluent Syntax.
5
5
"""
6
6
version = " 0.11.1"
7
- edition = " 2021"
7
+ edition.workspace = true
8
+ rust-version = " 1.64.0"
8
9
authors = [
9
10
" Zibi Braniecki <zibi@unicode.org>" ,
10
11
" Staś Małolepszy <stas@mozilla.com>"
Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ description = """
4
4
A collection of mock scenarios for testing fluent-rs components.
5
5
"""
6
6
version = " 0.0.4"
7
+ edition.workspace = true
8
+ rust-version.workspace = true
7
9
authors = [
8
10
" Zibi Braniecki <zibi@braniecki.net>" ,
9
11
" Erik Nordin <enordin@mozilla.com>"
10
12
]
11
- edition = " 2021"
12
13
homepage = " https://www.projectfluent.org"
13
14
license = " Apache-2.0 OR MIT"
14
15
repository = " 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
5
5
natural language translations.
6
6
"""
7
7
version = " 0.16.1"
8
- edition = " 2021"
8
+ edition.workspace = true
9
+ rust-version.workspace = true
9
10
authors = [
10
11
" Zibi Braniecki <zibi@unicode.org>" ,
11
12
" 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
5
5
intl formatters.
6
6
"""
7
7
version = " 0.5.2"
8
- edition = " 2021"
8
+ edition.workspace = true
9
+ rust-version.workspace = true
9
10
authors = [
10
11
" Zibi Braniecki <zibi@unicode.org>" ,
11
12
" Manish Goregaokar <manishsmail@gmail.com>"
You can’t perform that action at this time.
0 commit comments