diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2024-05-16 16:21:32 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-05-21 13:32:51 +0200 |
| commit | fb590ee75cc7cb5fc71d7ef5efc405e0dbecad19 (patch) | |
| tree | 9491f2988562702a2340930bce3a0f564f4dbd09 | |
| parent | 4b513c1aec963cf087f23cafb22eeec10f0c908c (diff) | |
| download | mullvadvpn-fb590ee75cc7cb5fc71d7ef5efc405e0dbecad19.tar.xz mullvadvpn-fb590ee75cc7cb5fc71d7ef5efc405e0dbecad19.zip | |
Remove changes to Cargo.toml
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index f7fcd70642..aa3b9145c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ shadowsocks-service = { version = "1.16" } windows-sys = "0.52.0" -chrono = { version = "0.4.26", default-features = false } +chrono = { version = "0.4.26", default-features = false} clap = { version = "4.4.18", features = ["cargo", "derive"] } once_cell = "1.13" |
