Skip to content

Commit

Permalink
no-std-check: Remove chrono
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabaluev committed Dec 13, 2021
1 parent 672d206 commit 56a2cda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ci/no-std-check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
1 change: 0 additions & 1 deletion ci/no-std-check/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ use sp_std;
// Supported Imports

use bytes;
use chrono;
use contracts;
use crossbeam_channel;
use ed25519;
Expand Down

0 comments on commit 56a2cda

Please sign in to comment.