Skip to content

Commit

Permalink
Fix nix packaging, Update deps & Update cargo-dist conf
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomem committed Mar 28, 2024
1 parent ff84d38 commit e107a4c
Show file tree
Hide file tree
Showing 9 changed files with 601 additions and 635 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- name: Install packages
run: sudo apt-get install gcc-mingw-w64

- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install latest stable
uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ matrix.target }}
components: rustfmt, clippy
components: rustfmt

- name: Format
run: cargo fmt --check
Expand Down
323 changes: 226 additions & 97 deletions .github/workflows/release.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
- Fix nix packaging by using `crane` instead of `dream2nix`

## [1.0.4] - 2023-06-11
### Added
- Package project for nix using `dream2nix`
Expand Down
Loading

0 comments on commit e107a4c

Please sign in to comment.