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 @@ -7,7 +7,7 @@ license = "MIT"
7
7
name = " autocorrect-cli"
8
8
readme = " ../README.md"
9
9
repository = " https://github.com/huacnlee/autocorrect"
10
- version = " 1.5.13 "
10
+ version = " 1.5.14 "
11
11
12
12
[[bin ]]
13
13
name = " autocorrect"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT"
8
8
name = " autocorrect"
9
9
readme = " ../README.md"
10
10
repository = " https://github.com/huacnlee/autocorrect"
11
- version = " 1.5.13 "
11
+ version = " 1.5.14 "
12
12
13
13
[lib ]
14
14
crate-type = [" cdylib" , " rlib" ]
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ mod tests {
28
28
* 第3行注释
29
29
*/
30
30
"description": "第2个meta",
31
- "测试key不格式化": false
31
+ "测试key不格式化": "Value要格式化"
32
32
}
33
33
}
34
34
"### ;
@@ -46,7 +46,7 @@ mod tests {
46
46
* 第 3 行注释
47
47
*/
48
48
"description": "第 2 个 meta",
49
- "测试key不格式化": false
49
+ "测试key不格式化": "Value 要格式化"
50
50
}
51
51
}
52
52
"### ;
You can’t perform that action at this time.
0 commit comments