diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-20 16:07:09 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-20 16:07:09 +0800 |
| commit | 53c65ff60f87ab799772c95442fa0a27c45551e4 (patch) | |
| tree | db40b7fa905d9948ec1fcaf14b7dc8b078d3f620 /mingling_core/Cargo.toml | |
| parent | e7fcf19b135e515658aea8c8f4ebce17686318d5 (diff) | |
Add clippy scripts and apply clippy suggestions
Diffstat (limited to 'mingling_core/Cargo.toml')
| -rw-r--r-- | mingling_core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml index 7567846..d4b26b8 100644 --- a/mingling_core/Cargo.toml +++ b/mingling_core/Cargo.toml @@ -34,7 +34,7 @@ serde = { version = "1.0", features = ["derive"], optional = true } ron = { version = "0.12.1", optional = true } serde_json = { version = "1", optional = true } serde_yaml = { version = "0.9", optional = true } -toml = { version = "1.1.2+spec-1.1.0", optional = true } +toml = { version = "1.1.2", optional = true } # debug log = { version = "0.4", optional = true } |
