Skip to content

Commit

Permalink
Fix CI, update to Rust 2021, and update deps (#34)
Browse files Browse the repository at this point in the history
* Trigger CI

* Update packages

* Reduce redundant CI

* Update to directories crate

* Update zip

* Update remove dir all

* Update to 2021 edition

* Update table lib

* Update changelog
  • Loading branch information
camchenry authored Jan 7, 2024
1 parent 733b41b commit 1e4cf49
Show file tree
Hide file tree
Showing 7 changed files with 1,087 additions and 545 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Rust

on: [push, pull_request]
on:
pull_request:
push:
branches:
- main

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

## [Unreleased]

### Changed

- Upgrade Rust edition to 2021
- Upgraded a number of dependencies to latest versions

## [0.3.0] - 2021-08-13

### Added
Expand Down
Loading

0 comments on commit 1e4cf49

Please sign in to comment.