Skip to content

Commit 6c97242

Browse files
committed
Update url directive to support double or single quotes
1 parent 11393ce commit 6c97242

6 files changed

Lines changed: 1199 additions & 760 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
build:
2626
strategy:
2727
matrix:
28-
os: [ubuntu-20.04]
29-
rust: [nightly-2023-10-12]
28+
os: [ubuntu-latest]
29+
rust: [nightly-2025-05-01]
3030
runs-on: ${{ matrix.os }}
3131
steps:
3232
- uses: actions/checkout@v3

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"rust-analyzer.checkOnSave.command": "clippy",
32
"rust-analyzer.cargo.features": ["iotest"],
43
"rust-analyzer.lens.enable": false,
54
"rust-analyzer.server.extraEnv": {

0 commit comments

Comments
 (0)