From ae1ff89535e1f7301fec80906ec832e812a438fc Mon Sep 17 00:00:00 2001 From: Michael Herstine Date: Tue, 31 Oct 2023 05:50:19 -0700 Subject: [PATCH] Fixing CI --- mpdpopm/Cargo.toml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpdpopm/Cargo.toml.in b/mpdpopm/Cargo.toml.in index 6f07d18..5d5bc2a 100644 --- a/mpdpopm/Cargo.toml.in +++ b/mpdpopm/Cargo.toml.in @@ -38,7 +38,7 @@ serde = { version = "1.0", features = ["derive"] } serde_spanned = "=0.6.3" # Pin to preserve the ability to build with rust 1.65 serde-lexpr = "0.1.1" toml = "=0.7.6" # Pin to preserve the ability to build with rust 1.65 -toml_date = "=0.6.3" # Pin to preserve the ability to build with rust 1.65 +toml_datetime = "=0.6.3" # Pin to preserve the ability to build with rust 1.65 toml_edit = "=0.19.12" # Pin to preserve the ability to build with rust 1.65 tokio = { version = "1.15.0", features = ["io-util", "macros", "net", "process", "rt-multi-thread", "signal", "time"] }