Closed ethanfrey closed 5 years ago
Reproduced also with nightly 1.40. Also with stable 1.38.
I also updated dependencies to pull the master branch from github instead of the outdated 0.0.1 crate. Without success here at all.
Does anyone have a simple guide to compile this? Or do I need an old version of rustc?
Fixed in #20
I was trying to convert from serde-json to serde-json-core to get smaller sizes on my wasm code. I was also happy not to pull in any floating support, as I only want ints. However, I got the following error (about 50 times) when compiling:
I was pulling the
0.0.1
crate which seems to be the only one published. Any tips?