time-rs / time

The most used Rust library for date and time handling.
https://time-rs.github.io
Apache License 2.0
1.06k stars 261 forks source link

target wasm32 install stdweb #602

Closed eribol closed 1 year ago

eribol commented 1 year ago

I opened same issue on printpdf but actualy it is time package it install stdweb target wasm32

jhpratt commented 1 year ago

stdweb has not been a dependency of time for the entirety of the 0.3 series. A quick check shows that printpdf relies on time 0.2. The issue is that they're relying on an old version.