Merge pull request #348 from logos-blockchain/dsq/default-prove-ffi

chore(ffi): Default prove feature
This commit is contained in:
Moudy 2026-02-24 12:25:16 +01:00 committed by GitHub
commit 55388e30a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,5 +21,5 @@ cbindgen = "0.29"
tempfile = "3"
[features]
default = []
default = ["prove"]
prove = ["nssa/prove"]