diff --git a/ci/no-std-check/Cargo.toml b/ci/no-std-check/Cargo.toml index f10061ccef..ae2ebb560b 100644 --- a/ci/no-std-check/Cargo.toml +++ b/ci/no-std-check/Cargo.toml @@ -16,7 +16,6 @@ sp-std = { version = "3.0.0", default-features = false, optional = true } # Dependencies that support no_std bytes = { version = "1.0.1", default-features = false } -chrono = { version = "0.4.19", default-features = false } contracts = { version = "0.4.0", default-features = false } crossbeam-channel = { version = "0.5.1", default-features = false } ed25519 = { version = "1.2.0", default-features = false, features = ["serde"] } diff --git a/ci/no-std-check/src/lib.rs b/ci/no-std-check/src/lib.rs index a90084f0a1..0fe9452904 100644 --- a/ci/no-std-check/src/lib.rs +++ b/ci/no-std-check/src/lib.rs @@ -25,7 +25,6 @@ use sp_std; // Supported Imports use bytes; -use chrono; use contracts; use crossbeam_channel; use ed25519;