Skip to content

Commit

Permalink
chore: cw workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
foxpy committed Dec 4, 2023
1 parent fc3eff0 commit ea35f7a
Show file tree
Hide file tree
Showing 16 changed files with 292 additions and 200 deletions.
4 changes: 0 additions & 4 deletions .cargo/config

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 1
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.71.0
toolchain: 1.73.0
components: clippy
profile: minimal
override: true
Expand All @@ -30,7 +30,7 @@ jobs:
fetch-depth: 1
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.71.0
toolchain: 1.73.0
components: rustfmt
profile: minimal
override: true
Expand All @@ -45,7 +45,7 @@ jobs:
fetch-depth: 1
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.71.0
toolchain: 1.73.0
profile: minimal
- run: make test
env:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build results
/target
/schema
schema
/artifacts
/cache
/node_modules
Expand Down
Loading

0 comments on commit ea35f7a

Please sign in to comment.