diff options
| author | datdenkikniet <jcdra1@gmail.com> | 2023-04-10 10:52:21 +0200 |
|---|---|---|
| committer | datdenkikniet <jcdra1@gmail.com> | 2023-04-10 10:52:21 +0200 |
| commit | 452bad69b4b6d08b9e13e8ddf881385c6806c233 (patch) | |
| tree | cfbd15497c7345aff5358c165357c1ef22e0ad1c /rtic-time/Cargo.toml | |
| parent | d445b20b1853e2e9de60b24e0ed04a463c8cd05f (diff) | |
Do not activate critical-section/std by default
Diffstat (limited to 'rtic-time/Cargo.toml')
| -rw-r--r-- | rtic-time/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rtic-time/Cargo.toml b/rtic-time/Cargo.toml index dda8e60..69205fd 100644 --- a/rtic-time/Cargo.toml +++ b/rtic-time/Cargo.toml @@ -24,6 +24,5 @@ rtic-common = { version = "1.0.0-alpha.0", path = "../rtic-common" } [dev-dependencies] parking_lot = "0.12" tokio = { version = "1.27", features = ["rt", "macros", "sync", "rt-multi-thread", "time"] } -critical-section = { version = "1", features = ["std"] } pretty_env_logger = "0.4" log = "0.4" |
