Replies: 1 comment
-
[dependencies]
wdk-build = "0.3.0"
[build-dependencies]
wdk-build = "0.3.0" Was the issue - |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
When building my driver with serde (
default-features = false
as per the docs) I get:I am using serde in my driver project as per
In my
lib.rs
:I think I have everything set up to use
no_std
from serde - I have checked also removing the dependency of the local crateshared_no_std
, and I still get the same error. It seems to be re-implementing a panic_impl from std via serde?EDIT: I have put my changes on a new branch, relevant files:
shared_no_std
shared_no_std use of serde
driver
Output of
cargo tree -i serde -e features
Beta Was this translation helpful? Give feedback.
All reactions