Skip to content

Commit

Permalink
Update lock files (#589)
Browse files Browse the repository at this point in the history
* Update nix flake lock

* Bump dependencies
  • Loading branch information
Riey committed Nov 20, 2022
1 parent d1bf171 commit b83b19b
Show file tree
Hide file tree
Showing 24 changed files with 981 additions and 1,346 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,8 @@ jobs:
strategy:
matrix:
checks:
- advisories
- bans licenses sources

# Prevent sudden announcement of a new advisory from failing ci:
continue-on-error: ${{ matrix.checks == 'advisories' }}

steps:
- uses: actions/checkout@v2
- uses: EmbarkStudios/cargo-deny-action@v1
Expand Down
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"C_Cpp.errorSquiggles": "Disabled",
"cmake.sourceDirectory": "${workspaceFolder}/src",
"rust-analyzer.cargo.loadOutDirsFromCheck": true,
"rust-analyzer.procMacro.enable": true,
"cmake.configureOnOpen": true,
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
"rust-analyzer.cargo.buildScripts.enable": true
}
Loading

0 comments on commit b83b19b

Please sign in to comment.