mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-21 22:56:46 +01:00
21 lines
582 B
YAML
21 lines
582 B
YAML
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Summary
|
|
description: 'Your question:'
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: axum version
|
|
description: 'Please look it up in `Cargo.lock`, or as described below'
|
|
validations:
|
|
required: true
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
> If you have `jq` installed, you can look up the version by running
|
|
>
|
|
> ```bash
|
|
> cargo metadata --format-version=1 | jq -r '.packages[] | select(.name == "axum") | .version'
|
|
> ```
|