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

chore: add examples and readme updates from hc #7

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
Lib to root, update to 0.34.0
jzaki committed Sep 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 2c0cf8fde3ad4a2e821355a384fc762da86fa2db
13 changes: 7 additions & 6 deletions Nargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[workspace]
members = [
"lib",
"examples/example1",
"examples/example2",
]
[package]
name = "noir_base64"
type = "lib"
authors = [""]
compiler_version = ">=0.34.0"

[dependencies]
2 changes: 1 addition & 1 deletion examples/example1/Nargo.toml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
name = "example1"
type = "bin"
authors = [""]
compiler_version = ">=0.32.0"
compiler_version = ">=0.34.0"

[dependencies]
noir_base64 = { path = "../../lib" }
2 changes: 1 addition & 1 deletion examples/example2/Nargo.toml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
name = "example2"
type = "bin"
authors = [""]
compiler_version = ">=0.32.0"
compiler_version = ">=0.34.0"

[dependencies]
noir_base64 = { path = "../../lib" }
7 changes: 0 additions & 7 deletions lib/Nargo.toml

This file was deleted.

File renamed without changes.