Skip to content

Commit

Permalink
Small optimizations (#369)
Browse files Browse the repository at this point in the history
* use sha2 assembly when possible

* remove unused dependencies, add ci step

* update

* flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/f5892ddac112a1e9b3612c39af1b72987ee5783a' (2023-09-29)
  → 'github:nixos/nixpkgs/5e4c2ada4fcd54b99d56d7bd62f384511a7e2593' (2023-10-11)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/611ccdceed92b4d94ae75328148d84ee4a5b462d' (2023-10-03)
  → 'github:oxalica/rust-overlay/dce60ca7fca201014868c08a612edb73a998310f' (2023-10-14)

* fix cargo.toml

* mount openapi
  • Loading branch information
aumetra authored Oct 14, 2023
1 parent 5cc9e95 commit 81a56d6
Show file tree
Hide file tree
Showing 27 changed files with 349 additions and 282 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/cargo-machete.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Rust unused dependencies

on:
pull_request:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Machete
uses: bnjbvr/cargo-machete@main
Loading

0 comments on commit 81a56d6

Please sign in to comment.