Skip to content

Commit 1a3b5c7

Browse files
从包中移除 README, 格式化Cargo.toml
1 parent 95cc166 commit 1a3b5c7

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+10-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,17 @@ keywords = [
1212
]
1313
repository = "https://github.com/Natural-selection1/better-comprehension-in-rust"
1414
readme = "README.md"
15-
version = "1.3.0"
15+
version = "1.3.1"
1616
edition = "2024"
17-
exclude = ["src/main.rs", "target", ".vscode", "README-CN.md", ".gitignore", ".github"]
17+
exclude = [
18+
"src/main.rs",
19+
"target",
20+
".vscode",
21+
"README-CN.md",
22+
"README.md",
23+
".gitignore",
24+
".github",
25+
]
1826

1927

2028
[lib]

0 commit comments

Comments
 (0)