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

Switch from encoding to encoding_rs #15

Merged
merged 2 commits into from
Mar 5, 2023
Merged

Switch from encoding to encoding_rs #15

merged 2 commits into from
Mar 5, 2023

Conversation

messense
Copy link
Contributor

@messense messense commented Mar 2, 2023

Closes #14

messense added 2 commits March 5, 2023 09:11
```
error: proc-macro derive panicked
  --> examples/msiquery.rs:11:10
   |
11 | #[derive(Parser)]
   |          ^^^^^^
   |
   = help: message: error parsing
            --> 1:1
             |
           1 | ////////// Grammar Rules //////////
             | ^---
             |
             = expected rule or //!
```
@messense
Copy link
Contributor Author

messense commented Mar 5, 2023

Rebased, @mdsteele please take a look.

@mdsteele mdsteele merged commit 0f2bc60 into mdsteele:master Mar 5, 2023
@messense messense deleted the encoding-rs branch March 5, 2023 01:37
@messense
Copy link
Contributor Author

messense commented Mar 5, 2023

Could you release a new version to crates.io? Thank a lot!

@mdsteele
Copy link
Owner

mdsteele commented Mar 5, 2023

Published as v0.5.1. Thanks for the PR!

messense added a commit to messense/maturin that referenced this pull request Mar 5, 2023
Finally let's get rid of the unmaintained `encoding` crates.

See mdsteele/rust-msi#15
messense added a commit to messense/maturin that referenced this pull request Mar 26, 2023
Finally let's get rid of the unmaintained `encoding` crates.

See mdsteele/rust-msi#15
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.

The encoding crate is unmaintained
2 participants