Update deps
This commit is contained in:
parent
4eecb3cfa9
commit
773c3570e7
2 changed files with 1 additions and 5 deletions
|
@ -30,7 +30,7 @@ as-slice = { version = "0.1.4" }
|
||||||
generic-array = { version = "0.14.4", default-features = false }
|
generic-array = { version = "0.14.4", default-features = false }
|
||||||
stable_deref_trait = { version = "1.2.0", default-features = false }
|
stable_deref_trait = { version = "1.2.0", default-features = false }
|
||||||
futures = { version = "0.3.5", default-features = false, features = [ "async-await" ]}
|
futures = { version = "0.3.5", default-features = false, features = [ "async-await" ]}
|
||||||
atomic-pool = "0.1.0"
|
atomic-pool = "0.2.0"
|
||||||
|
|
||||||
[dependencies.smoltcp]
|
[dependencies.smoltcp]
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
#![cfg_attr(not(feature = "std"), no_std)]
|
#![cfg_attr(not(feature = "std"), no_std)]
|
||||||
#![feature(const_fn)]
|
|
||||||
#![feature(const_generics)]
|
|
||||||
#![feature(const_evaluatable_checked)]
|
|
||||||
#![allow(incomplete_features)]
|
|
||||||
|
|
||||||
// This mod MUST go first, so that the others see its macros.
|
// This mod MUST go first, so that the others see its macros.
|
||||||
pub(crate) mod fmt;
|
pub(crate) mod fmt;
|
||||||
|
|
Loading…
Reference in a new issue