Skip to content

Commit

Permalink
chore: Use the integrated version until official release (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
conr2d authored May 31, 2024
1 parent 089479f commit 5812378
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ members = [
authors = ["Haderech Pte. Ltd."]
edition = "2021"
repository = "https://github.com/noirhq/noir/"
version = "0.2.0"

[workspace.dependencies]
array-bytes = "6.2.2"
Expand Down
2 changes: 1 addition & 1 deletion core-primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noir-core-primitives"
version = "0.1.0"
version = { workspace = true }
license = "GPL-3.0-or-later"

authors = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion frame/alias/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-alias"
version = "0.1.0"
version = { workspace = true }
license = "GPL-3.0-or-later"

authors = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noir-node"
version = "0.2.0"
version = { workspace = true }
description = "Noir Node"
license = "GPL-3.0-or-later"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion primitives/crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "np-crypto"
version = "0.1.0"
version = { workspace = true }
license = "Apache-2.0"

authors = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion primitives/io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "np-io"
version = "0.1.0"
version = { workspace = true }
license = "Apache-2.0"

authors = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion primitives/runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "np-runtime"
version = "0.2.0"
version = { workspace = true }
license = "Apache-2.0"

authors = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noir-runtime"
version = "0.1.0"
version = { workspace = true }
license = "GPL-3.0-or-later"
build = "build.rs"

Expand Down

0 comments on commit 5812378

Please sign in to comment.