Skip to content

Commit

Permalink
rust/Cargo.toml: fix packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Nov 5, 2024
1 parent a07efc3 commit 73c8a45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sppark"
version = "0.1.9"
version = "0.1.10"
edition = "2021"
description = "Zero-knowledge template library"
repository = "https://github.com/supranational/sppark"
Expand All @@ -16,6 +16,7 @@ include = [
"/sppark/ff/**",
"/sppark/msm/**",
"/sppark/ntt/**",
"/sppark/polynomial/**",
"/sppark/util/**",
]

Expand Down

0 comments on commit 73c8a45

Please sign in to comment.