Allow arbitrary expressions in doc/title/description attributes (#327)
This commit is contained in:
parent
5547e77bcd
commit
df06fc5f66
17 changed files with 206 additions and 159 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -5,18 +5,15 @@ on: [push, pull_request, workflow_dispatch]
|
|||
jobs:
|
||||
ci:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
# work-around https://github.com/rust-lang/cargo/issues/10303
|
||||
CARGO_NET_GIT_FETCH_WITH_CLI: ${{ matrix.rust == '1.60.0' }}
|
||||
strategy:
|
||||
matrix:
|
||||
rust:
|
||||
- 1.60.0
|
||||
- 1.65.0
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
include:
|
||||
- rust: 1.60.0
|
||||
- rust: 1.65.0
|
||||
test_features: ""
|
||||
allow_failure: false
|
||||
- rust: stable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue