Skip to content

Commit

Permalink
Merge pull request #6 from MatthewSZhang/adjust-deps
Browse files Browse the repository at this point in the history
MNT adjust deps in build and host
  • Loading branch information
MatthewSZhang authored Aug 21, 2024
2 parents 58e6193 + 435fbc5 commit 986592c
Show file tree
Hide file tree
Showing 4 changed files with 1,917 additions and 764 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Re-install local
run: |
pixi run rebuild
- name: Lint with ruff
run: |
pixi run lint
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'fastcan',
'c', 'cython',
version: '0.1.26',
version: '0.2.1',
license: 'MIT',
meson_version: '>= 1.1.0',
default_options: [
Expand Down
Loading

0 comments on commit 986592c

Please sign in to comment.