Skip to content

Revert "Fix cargo fmt error" #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 1, 2020
Merged

Conversation

rainliu
Copy link
Member

@rainliu rainliu commented Nov 1, 2020

Reverts #7

@rainliu rainliu merged commit 97bc728 into master Nov 1, 2020
@rainliu rainliu deleted the revert-7-fix-cargo-fmt-error branch November 1, 2020 21:36
algesten pushed a commit that referenced this pull request Aug 23, 2022
fixing some of clippy's issues + converting comments to doc comments
algesten pushed a commit that referenced this pull request Aug 23, 2022
algesten pushed a commit that referenced this pull request Aug 23, 2022
algesten pushed a commit that referenced this pull request Aug 23, 2022
Refactor out use of anyhow
algesten pushed a commit that referenced this pull request Aug 23, 2022
Don't reallocate the read buffer on every read in
algesten pushed a commit that referenced this pull request Aug 23, 2022
on MacOS because they take too long to complete for some reason.
Will need to be investigated later on.
algesten pushed a commit that referenced this pull request Aug 23, 2022
* update deps + loosen some requirements

rules:
- for crates that are below v1.0 -> specify the precise version
- If the code uses a feature that was added for example in X 0.3.17,
  then you should specify 0.3.17, which actually means "0.3.y where y >=
  17"
- for crates the are above or equal v1.0 -> specify only major version
  if the crate's API is minimal and won't change between minor versions
    OR specify major&minor versions otherwise

tested with https://github.com/taiki-e/cargo-minimal-versions

* update util version
algesten pushed a commit that referenced this pull request Aug 23, 2022
rules:
- for crates that are below v1.0 -> specify the precise version
- If the code uses a feature that was added for example in X 0.3.17,
  then you should specify 0.3.17, which actually means "0.3.y where y >=
  17"
- for crates the are above or equal v1.0 -> specify only major version
  if the crate's API is minimal and won't change between minor versions
    OR specify major&minor versions otherwise

tested with https://github.com/taiki-e/cargo-minimal-versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant