Skip to content

Commit

Permalink
feat: update to bignum v0.4.2 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Nov 29, 2024
1 parent 0edefb2 commit 536c436
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/NIGHTLY_CANARY_DIED.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Tests fail on latest Nargo nightly release"
assignees: TomAFrench
assignees: TomAFrench, kashbrti, jtriley-eth
---

The tests on this Noir project have started failing when using the latest nightly release of the Noir compiler. This likely means that there have been breaking changes for which this project needs to be updated to take into account.

Check the [{{env.WORKFLOW_NAME}}]({{env.WORKFLOW_URL}}) workflow for details.
Check the [{{env.WORKFLOW_NAME}}]({{env.WORKFLOW_URL}}) workflow for details.
2 changes: 1 addition & 1 deletion example/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ compiler_version = ">=0.36.0"

[dependencies]
rsa = { path = "../lib" }
bignum = { tag = "v0.4.1", git = "https://github.com/noir-lang/noir-bignum" }
bignum = { tag = "v0.4.2", git = "https://github.com/noir-lang/noir-bignum" }
2 changes: 1 addition & 1 deletion lib/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = ">=0.36.0"

[dependencies]
bignum = {tag = "v0.4.1", git = "https://github.com/noir-lang/noir-bignum"}
bignum = {tag = "v0.4.2", git = "https://github.com/noir-lang/noir-bignum"}

0 comments on commit 536c436

Please sign in to comment.