Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Noir v1.0.0, Add Dependencies Documentation #19

Closed
wants to merge 3 commits into from

Conversation

jtriley-eth
Copy link
Contributor

Description

does what it says on the box

Problem*

Closes #18

PR Checklist*

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

@jtriley-eth jtriley-eth marked this pull request as ready for review December 4, 2024 18:16
@@ -2,7 +2,7 @@
name = "noir_bigcurve"
type = "lib"
authors = [""]
compiler_version = ">=0.37.0"
compiler_version = ">=0.36.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
compiler_version = ">=0.36.0"
compiler_version = ">=0.37.0"

# Usage
## Noir Version Compatibility

We have tested this library with Noir nightly, 0.37.0, and 1.0.0-beta.0
Copy link

@Savio-Sou Savio-Sou Dec 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
We have tested this library with Noir nightly, 0.37.0, and 1.0.0-beta.0
This library is tested with all Noir stable releases from v0.37.0.

@Savio-Sou
Copy link

Superseded by #20?

@TomAFrench TomAFrench closed this Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add "Noir Version Compatibility" section in README + Update to Noir v1.0.0-beta.0
3 participants