Skip to content
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

Add check that only one feature http-types, mime02, or mime03 is enabled #124

Merged

Conversation

rustafariandev
Copy link
Contributor

No description provided.

Copy link
Owner

@kaj kaj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like a good idea. Thanks!

@kaj kaj force-pushed the feature/add_check_for_exclusive_features branch from 8bd0fcd to 5216d37 Compare July 9, 2023 16:03
@kaj kaj force-pushed the feature/add_check_for_exclusive_features branch from 8d87362 to 27d1e9a Compare July 9, 2023 16:06
@kaj kaj merged commit 62993ca into kaj:master Jul 9, 2023
27 checks passed
kaj added a commit that referenced this pull request Jul 15, 2023
kaj added a commit that referenced this pull request Jul 22, 2023
* Added a check that no more than one of the http-types, mime02, or
  mime03 features are enabled (PR #124).  Thanks @rustafarian-dev.
* Changed the writer type from `W: &mut Write` to just `W: Write` (PR #125).
  Thanks @kornelski!
* Fixed handling of `MULTI_WORD_CONSTANTS` in templates (Issue #129, PR #130).
  Thanks @wezm!
* More ways to create a working rust symbol name from a "strange"
  static file name.  Illegal characters are replaced by `_`, and if
  the file name starts with a number it is prefixed with `n` (Issue
  #82, PR #132).  Thanks @Aedius for reporting!
* Fixed more clippy lints (PR #123, #127).  Thanks @vbrandl!
* Updated `rsass` to 0.28.0 and `itertools` to 0.11.0.
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.

None yet

2 participants