The latest version doesn't build without default features. It complains about time dependency not being found, but it is probably something else going wring there, like features not being properly shielded by the feature-flags.
I am fixing it by adding self-signed feature at xwt end, although it should not be needed for what we're doing there.
The latest version doesn't build without default features. It complains about
time
dependency not being found, but it is probably something else going wring there, like features not being properly shielded by the feature-flags. I am fixing it by addingself-signed
feature atxwt
end, although it should not be needed for what we're doing there.