Skip to content

Commit 4e5261b

Browse files
authored
fix: update dprint plugins to fix make fmt error (#83)
## Description Updates dprint plugins to their latest versions to fix the `make fmt` error caused by outdated plugin schema verification failures. ## Related Issue(s) Fixes #80 ## Checklist <!-- Please check if the PR fulfills these requirements. --> - [x] I have read and understand the [contributor guidelines](https://github.com/privacy-scaling-explorations/zk-kit.rust/blob/main/CONTRIBUTING.md) and [code of conduct](https://github.com/privacy-scaling-explorations/zk-kit.rust/blob/main/CODE_OF_CONDUCT.md). - [x] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [x] My changes generate no new warnings - [x] I have run `make fmt` without getting any errors - [ ] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes
1 parent ae0420f commit 4e5261b

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed

.dprint.jsonc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"singleQuote": true,
1212
},
1313
"plugins": [
14-
"https://plugins.dprint.dev/exec-0.4.4.json@c207bf9b9a4ee1f0ecb75c594f774924baf62e8e53a2ce9d873816a408cecbf7",
15-
"https://plugins.dprint.dev/json-0.19.3.wasm",
16-
"https://plugins.dprint.dev/markdown-0.17.1.wasm",
17-
"https://plugins.dprint.dev/toml-0.6.2.wasm",
18-
"https://plugins.dprint.dev/prettier-0.40.0.json@68c668863ec834d4be0f6f5ccaab415df75336a992aceb7eeeb14fdf096a9e9c",
14+
"https://plugins.dprint.dev/exec-0.6.0.json@a054130d458f124f9b5c91484833828950723a5af3f8ff2bd1523bd47b83b364",
15+
"https://plugins.dprint.dev/json-0.21.0.wasm",
16+
"https://plugins.dprint.dev/markdown-0.20.0.wasm",
17+
"https://plugins.dprint.dev/toml-0.7.0.wasm",
18+
"https://plugins.dprint.dev/prettier-0.62.0.json@80fefd1450bfd3f469590cc6a3f40f6ace26974f948b9602124f486036fbdfab",
1919
],
2020
}

.github/ISSUE_TEMPLATE/---bug.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ about: Create a report to help us improve
44
title: ''
55
labels: "bug \U0001F41B"
66
assignees: ''
7-
87
---
98

109
**Describe the bug**

.github/ISSUE_TEMPLATE/---crate.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ about: Propose a new ZK-Kit Rust crate
44
title: ''
55
labels: 'feature :rocket:'
66
assignees: ''
7-
87
---
98

109
**Describe the package you'd like**

.github/ISSUE_TEMPLATE/---feature.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ about: Suggest an idea for ZK-Kit
44
title: ''
55
labels: 'feature :rocket:'
66
assignees: ''
7-
87
---
98

109
**Is your feature request related to a problem? Please describe.**

.github/ISSUE_TEMPLATE/---refactoring.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ about: Suggest any improvements for this project
44
title: ''
55
labels: 'refactoring :recycle:'
66
assignees: ''
7-
87
---
98

109
**Describe the improvement you're thinking about**

0 commit comments

Comments
 (0)