hadronized / glsl

GLSL parser for Rust
190 stars 28 forks source link

[glsl] Upgrade to nom 7 #154

Closed glandium closed 1 year ago

SamRodri commented 1 year ago

@phaazon

In the latest Rust stable (1.68) cargo emits a warning because of the nom dependency:

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

This pull request fixes the issue.

hadronized commented 1 year ago

Thank you! I had completely missed the notification. I’ll have a look.

hadronized commented 1 year ago

Released as part of glsl-6.0.2.