spkenv / spk

A Package Manager for high velocity software environments, built on spfs.
https://spkenv.dev
Apache License 2.0
40 stars 6 forks source link

Changes needed for using Rust 1.80 #1086

Closed jrray closed 3 months ago

jrray commented 3 months ago

This does not bump Rust to 1.80 yet but makes changes necessary to compile and pass lints. The std::env related changes may need a closer look, please refer to the individual commits.

Edit: I should mention that I did not want to add the unsafe keyword since I didn't think it could be justified as safe.