mirror of
https://github.com/tokio-rs/axum.git
synced 2025-02-16 18:31:51 +01:00
23 lines
594 B
YAML
23 lines
594 B
YAML
title: 'Q&A'
|
|
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`'
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
> [!NOTE]
|
|
> 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'
|
|
> ```
|
|
validations:
|
|
required: true
|