Skip to content

Commit a53c474

Browse files
committed
chore: Use Rust edition 2024
1 parent 4069618 commit a53c474

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

autocorrect-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Jason Lee <huacnlee@gmail.com>"]
33
description = "A linter and formatter for help you improve copywriting, to correct spaces, words, punctuations between CJK (Chinese, Japanese, Korean)."
4-
edition = "2018"
4+
edition = "2024"
55
homepage = "https://github.com/huacnlee/autocorrect"
66
license = "MIT"
77
name = "autocorrect-cli"

autocorrect-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
description = "proc-marcro-derive for autocorrect."
3-
edition = "2021"
3+
edition = "2024"
44
homepage = "https://github.com/huacnlee/autocorrect"
55
keywords = ["autocorrect", "lint", "format"]
66
license = "MIT"

autocorrect-java/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
edition = "2021"
2+
edition = "2024"
33
name = "autocorrect-java"
44
version = "2.16.2"
55

autocorrect-lsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "autocorrect-lsp"
33
version = "2.9.4"
4-
edition = "2021"
4+
edition = "2024"
55

66
[dependencies]
77
autocorrect.workspace = true

autocorrect-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
edition = "2021"
2+
edition = "2024"
33
name = "autocorrect-node"
44
version = "2.16.2"
55

autocorrect-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
description = "A linter and formatter for help you improve copywriting, to correct spaces, words, punctuations between CJK (Chinese, Japanese, Korean)."
3-
edition = "2018"
3+
edition = "2024"
44
homepage = "https://github.com/huacnlee/autocorrect"
55
license = "MIT"
66
name = "autocorrect-py"

autocorrect-rb/ext/autocorrect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
edition = "2021"
2+
edition = "2024"
33
name = "autocorrect-rb"
44
version = "2.16.2"
55

autocorrect-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
edition = "2021"
2+
edition = "2024"
33
name = "autocorrect-wasm"
44
version = "2.16.2"
55

autocorrect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Jason Lee <huacnlee@gmail.com>"]
33
description = "A linter and formatter for help you improve copywriting, to correct spaces, words, punctuations between CJK (Chinese, Japanese, Korean)."
4-
edition = "2021"
4+
edition = "2024"
55
homepage = "https://github.com/huacnlee/autocorrect"
66
keywords = ["autocorrect", "lint", "format"]
77
license = "MIT"

0 commit comments

Comments
 (0)