Skip to content

Commit

Permalink
chore: disable publishing of unfinished blueprints
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex committed Sep 24, 2024
1 parent 4192af3 commit f3b8525
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion blueprints/ecdsa-threshold-mpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ repository = "https://github.com/webb-tools/ecdsa-threshold-mpc"
readme = "README.md"
categories = ["cryptography", "cryptography::cryptocurrencies"]
keywords = ["tangle", "blueprint", "avs"]
rust-version = "1.79"
rust-version = "1.81"
publish = false

[dependencies]
thiserror = { workspace = true }
Expand Down
3 changes: 2 additions & 1 deletion blueprints/tangle-avs-blueprint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ repository = "https://github.com/webb-tools/tangle-avs-blueprint"
readme = "README.md"
categories = ["cryptography", "cryptography::cryptocurrencies", "tangle-blueprint"]
keywords = ["tangle", "blueprint", "avs"]
rust-version = "1.79"
rust-version = "1.81"
publish = false

[dependencies]
tracing.workspace = true
Expand Down
1 change: 1 addition & 0 deletions macros/blueprint-proc-macro-playground/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
publish = false

[[package.metadata.gadget.Native.sources]]
owner = "webb-tools"
Expand Down

0 comments on commit f3b8525

Please sign in to comment.