Skip to content

Commit

Permalink
chore: autoexample = false
Browse files Browse the repository at this point in the history
turn off examples that use layouter
  • Loading branch information
jonathanpwang committed Aug 13, 2023
1 parent 06d0a9e commit f18348b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions halo2_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ documentation = "https://docs.rs/halo2_proofs"
readme = "README.md"
categories = ["cryptography"]
keywords = ["halo", "proofs", "zkp", "zkSNARKs"]
autoexamples = false

[package.metadata.docs.rs]
all-features = true
Expand Down Expand Up @@ -93,5 +94,10 @@ circuit-params = []
bench = false

[[example]]
name = "circuit-layout"
required-features = ["dev-graph"]
name = "serialization"

[[example]]
name = "shuffle"

[[example]]
name = "shuffle_api"

0 comments on commit f18348b

Please sign in to comment.