Getting this build error from the `time-0.3.29` de...
# daft-dev
r
Getting this build error from the
time-0.3.29
dependency when building:
c
That’s because of my Rust toolchain update that I just pushed. Maybe one of these things will fix it: •
cargo clean
rustup update
rustup install nightly
also
cargo update
Actually maybe don’t do
cargo update
because
serde
just got a version update a couple hours ago