Skip to content

Commit 5c8ff2b

Browse files
fix: add a missing derivation macro (#103)
* fix: add a missing derivation macro * bump package.json version
1 parent 26a200f commit 5c8ff2b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web-prover-circuits",
33
"description": "ZK Circuits for WebProofs",
4-
"version": "0.9.1",
4+
"version": "0.9.2",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

witness-generator/src/json/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use super::*;
22

33
pub mod parser;
44

5-
#[derive(Debug, Clone, Serialize, Deserialize)]
5+
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq)]
66
#[serde(untagged)]
77
pub enum JsonKey {
88
/// Object key

0 commit comments

Comments
 (0)