Commit 71e8419 1 parent 22e0609 commit 71e8419 Copy full SHA for 71e8419
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ license = "MIT"
10
10
name = " rust-i18n"
11
11
readme = " README.md"
12
12
repository = " https://github.com/longbridgeapp/rust-i18n"
13
- version = " 3.0.1-alpha.0 "
13
+ version = " 3.0.1"
14
14
15
15
[dependencies ]
16
16
once_cell = " 1.10.0"
17
- rust-i18n-support = { path = " ./crates/support" , version = " 3.0.0 " }
17
+ rust-i18n-support = { path = " ./crates/support" , version = " 3.0.1 " }
18
18
rust-i18n-macro = { path = " ./crates/macro" , version = " 3.0.0" }
19
19
smallvec = " 1.12.0"
20
20
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ license = "MIT"
5
5
name = " rust-i18n-support"
6
6
readme = " ../../README.md"
7
7
repository = " https://github.com/longbridgeapp/rust-i18n"
8
- version = " 3.0.0 "
8
+ version = " 3.0.1 "
9
9
10
10
[dependencies ]
11
11
arc-swap = " 1.6.0"
Original file line number Diff line number Diff line change @@ -186,6 +186,6 @@ mod tests {
186
186
#[ test]
187
187
fn test_locale ( ) {
188
188
assert_locale_type ( & locale ( ) , & CURRENT_LOCALE . as_str ( ) ) ;
189
- assert_eq ! ( locale( ) . deref ( ) , "en" ) ;
189
+ assert_eq ! ( & * locale( ) , "en" ) ;
190
190
}
191
191
}
You can’t perform that action at this time.
0 commit comments