Skip to content

Commit

Permalink
Update dependencies and add error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTsunami4 committed Nov 10, 2023
1 parent b781485 commit f1532b1
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 120 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build

on: [push]

permissions:
contents: read

jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --release
Loading

0 comments on commit f1532b1

Please sign in to comment.