aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.83k stars 89 forks source link

Upgrade Deno #496

Closed mccormickt closed 5 months ago

mccormickt commented 5 months ago

This PR implements the necessary changes that come with upgrading to the latest version of deno_runtime.

Should help unblock other dependency updates as well in #491

mccormickt commented 5 months ago

Cargo deny failed due to a BUSL license for a transitive, windows-only dep in deno-runtime. Limited cargo deny check targets to x86_64/aarch64 linux in c895aa6, but can totally move that commit to a separate PR if we deem it fit.

dmah42 commented 5 months ago

Tester failing due to space on device still. i think we need to separate out the github actions to build each subproject.

dmah42 commented 5 months ago

Tester failing due to space on device still. i think we need to separate out the github actions to build each subproject.

done the separation. let's see if these pass :D

dmah42 commented 5 months ago

fantastic! thank you so much :D