posit-dev / ark

Ark, an R kernel
MIT License
159 stars 9 forks source link

Update time and ahash #426

Closed yutannihilation closed 2 months ago

yutannihilation commented 2 months ago

Fix https://github.com/posit-dev/positron/issues/3911.

Update the time crate and ahash crate to solve compilation errors. Honestly I don't understand the details, but it seems the Rust compiler will be more strict about type ambiguity.

lionel- commented 2 months ago

Thanks!