Skip to content

Commit ea38dc2

Browse files
committed
version 1.5.14
1 parent 9619cec commit ea38dc2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

autocorrect-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
name = "autocorrect-cli"
88
readme = "../README.md"
99
repository = "https://github.com/huacnlee/autocorrect"
10-
version = "1.5.13"
10+
version = "1.5.14"
1111

1212
[[bin]]
1313
name = "autocorrect"

autocorrect/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "autocorrect"
99
readme = "../README.md"
1010
repository = "https://github.com/huacnlee/autocorrect"
11-
version = "1.5.13"
11+
version = "1.5.14"
1212

1313
[lib]
1414
crate-type = ["cdylib", "rlib"]

autocorrect/src/code/json.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mod tests {
2828
* 第3行注释
2929
*/
3030
"description": "第2个meta",
31-
"测试key不格式化": false
31+
"测试key不格式化": "Value要格式化"
3232
}
3333
}
3434
"###;
@@ -46,7 +46,7 @@ mod tests {
4646
* 第 3 行注释
4747
*/
4848
"description": "第 2 个 meta",
49-
"测试key不格式化": false
49+
"测试key不格式化": "Value 要格式化"
5050
}
5151
}
5252
"###;

0 commit comments

Comments
 (0)