diff options
| author | mo8it <mo8it@proton.me> | 2024-03-25 02:35:51 +0100 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-03-25 02:35:51 +0100 |
| commit | 83cd91ccca22e36ed94e03cc622a88ef45e6da10 (patch) | |
| tree | 9783911c400da9d329628e6954be89ac832f4293 /Cargo.toml | |
| parent | 9c6f56b836e91da9071830d4dd4a64417fdced9d (diff) | |
Replace toml with toml_edit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ notify-debouncer-mini = "0.4.1" regex = "1.10.3" serde_json = "1.0.114" serde = { version = "1.0.197", features = ["derive"] } -toml = "0.8.10" +toml_edit = { version = "0.22.9", default-features = false, features = ["parse", "serde"] } [[bin]] name = "rustlings" |
