Changed to depend on upstream version of embedded-nal after PR merge

This commit is contained in:
Jonah Dahlquist 2020-11-22 11:04:15 -08:00
commit cc4db22b66

View file

@ -13,6 +13,6 @@ edition = "2018"
[dependencies]
byteorder = { version = "1.3.4", default-features = false }
embedded-hal = "0.2.4"
embedded-nal = { path = "../embedded-nal" }
embedded-nal = { git = "https://github.com/rust-embedded-community/embedded-nal", rev = "0bac1997397707cf44663644752eeb1f4b0a2978" }
bit_field = "0.10.1"
nb = "1.0.0"