We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a640d11 commit 99d69f6Copy full SHA for 99d69f6
.vscode/settings.json
@@ -3,6 +3,7 @@
3
"source.fixAll.eslint": "explicit"
4
},
5
"eslint.format.enable": true,
6
- "eslint.workingDirectories": [{ "pattern": "./*" }]
+ "eslint.workingDirectories": [{ "pattern": "./*" }],
7
+ "rust-analyzer.procMacro.enable": true
8
}
9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "verkle-cryptography-wasm",
- "version": "0.4.6",
+ "version": "0.4.7",
"description": "Verkle Trie Crytography WASM/TypeScript Bindings",
"keywords": [
"ethereum",
0 commit comments