Skip to content

Commit

Permalink
convert input handling to crosstermion
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 6, 2020
1 parent fddc8cb commit 388a134
Show file tree
Hide file tree
Showing 10 changed files with 303 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: cargo fmt --all -- --check
- name: clippy
run: cargo clippy
- name: Check crate package size
- name: Check crate package size (feat. 'cargo diet')
run: |
curl -LSfs https://raw.githubusercontent.com/the-lean-crate/cargo-diet/master/ci/install.sh | \
sh -s -- --git the-lean-crate/cargo-diet --target x86_64-unknown-linux-musl
Expand Down
Loading

0 comments on commit 388a134

Please sign in to comment.