diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2023-08-02 10:04:23 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2023-08-02 11:59:55 +0200 |
| commit | 9f6abbc73ac7778ab449b1e46c93fdb06f080b6a (patch) | |
| tree | 620aacf07c3fbde3a23a34cc83022760474d9198 /talpid-core | |
| parent | cffc172f0b2fa135a018f6384540847c5a9763bb (diff) | |
| download | mullvadvpn-9f6abbc73ac7778ab449b1e46c93fdb06f080b6a.tar.xz mullvadvpn-9f6abbc73ac7778ab449b1e46c93fdb06f080b6a.zip | |
Make chrono a workspace dependency and fix features
Diffstat (limited to 'talpid-core')
| -rw-r--r-- | talpid-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index 55573a2e7e..34627fcfda 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -24,7 +24,7 @@ talpid-time = { path = "../talpid-time" } talpid-tunnel-config-client = { path = "../talpid-tunnel-config-client" } talpid-tunnel = { path = "../talpid-tunnel" } talpid-wireguard = { path = "../talpid-wireguard" } -chrono = { version = "0.4.26", default-features = false } +chrono = { workspace = true, features = ["clock"] } tokio = { workspace = true, features = ["process", "rt-multi-thread", "fs"] } rand = "0.8.5" |
