Fix building no_std
This commit is contained in:
@@ -10,9 +10,12 @@ license = "MPL-2.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
nom = "4.2.3"
|
||||
heapless = "0.5.6"
|
||||
|
||||
[dependencies.nom]
|
||||
version = "4.2.3"
|
||||
default-features = false
|
||||
|
||||
[features]
|
||||
std = []
|
||||
std = ["nom/std"]
|
||||
default = ["std"]
|
||||
|
Reference in New Issue
Block a user