Skip to content

Commit

Permalink
Update noir templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ioedeveloper authored and Aniket-Engg committed Feb 18, 2025
1 parent b312d87 commit c13e57e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "test"
name = "multiplier"
authors = [""]
compiler_version = ">=0.18.0"
type = "bin"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[package]
name = "stealthdrop"
type = "bin"
authors = [""]
compiler_version = "0.16.0"
compiler_version = ">=0.18.0"
type = "bin"

[dependencies]
ecrecover = {tag = "v0.16.1", git = "https://github.com/signorecello/ecrecover-noir.git"}

0 comments on commit c13e57e

Please sign in to comment.