anza-xyz / move

Move compiler targeting llvm supported backends
https://discord.gg/wFgfjG9J
Apache License 2.0
107 stars 32 forks source link

Update dependency on outdated crate #371

Closed dmakarov closed 10 months ago

dmakarov commented 10 months ago

Motivation

Rust compiler reports an outdated dependency

warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2

This PR resolves the warning by updating the nom crate to a more recent version, compatible with other dependencies.

Test Plan

The existing tests should pass.