mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Fix error in Q&A discussion template (#2341)
This commit is contained in:
@@ -10,6 +10,8 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: axum version
|
label: axum version
|
||||||
description: 'Please look it up in `Cargo.lock`'
|
description: 'Please look it up in `Cargo.lock`'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
@@ -19,5 +21,3 @@ body:
|
|||||||
> ```bash
|
> ```bash
|
||||||
> cargo metadata --format-version=1 | jq -r '.packages[] | select(.name == "axum") | .version'
|
> cargo metadata --format-version=1 | jq -r '.packages[] | select(.name == "axum") | .version'
|
||||||
> ```
|
> ```
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user