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

[B] Changed quote::__rt to quote::__private and updated quote version #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rjs-repos
Copy link

This is exploratory. Running cargo update did not change Cargo.lock
(either before or after these changes).

The risk is that there were a lot of changes in quote between 0.6.12 and 1.0.3,
(especially between 0.6.13 and 1.0.0), some of which might break its usage in event-store-derive/src/ns.rs.

Strangely, cargo format reports 49 errors in use of 'await' (a string that does not
occur in either version 0.6.12 or 1.0.3 of quote) but these errors are also reported
in master.

…version to match.

This is exploratory. Running cargo update did not change Cargo.lock. #80
The risk is that there were a lot of changes in quote between 0.6.12 and 1.0.3,
so this might break its usage in event-store-derive/src/ns.rs.

Strangely, cargo format reports 49 errors in use of 'await' (a string that does not
occur in either version 0.6.12 or 1.0.3 of quote) but these errors are also reported
in master.
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