Constrain noir versions in Nargo.toml #3140
Closed
signorecello
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
For this we need to be able to properly version the language vs |
Beta Was this translation helpful? Give feedback.
4 replies
-
Resolved with #3336. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
Different Noir versions produce different results.
So, people cloning repos always have to watch out for the Noir version the repo was built with. And people writing repos always have to say “use Noir 0.xx”
Happy Case
Having a nargo version property in Nargo.toml that would warn/error if users are using the project with an unsupported version of Nargo.
Example:
noir_version = ^0.16.0
would error if users are using any version above 0.16.xAlternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
Beta Was this translation helpful? Give feedback.
All reactions