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

Update to new stable #![doc = include_str!] #4

Merged
merged 4 commits into from
Sep 5, 2021

Conversation

delta1
Copy link

@delta1 delta1 commented Sep 3, 2021

Hi folks! We're trying to move to stable rust so I thought I'd contribute this change upstream :)

Removes feature(external_doc) in favor of #![doc = include_str!] introduced in stable Rust 1.54.

Fixed up the tests imports and bumped the version - I understand you may not want these changes but thought I'd offer them for now!

Cheers

Copy link
Collaborator

@hdevalence hdevalence left a comment

Choose a reason for hiding this comment

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

Thanks!

@hdevalence
Copy link
Collaborator

Closes #2 (probably)

@hdevalence
Copy link
Collaborator

I'd like to fix #1 before merging this just to have some checks in place, but otherwise this looks good to go!

@delta1
Copy link
Author

delta1 commented Sep 3, 2021

I'd like to fix #1 before merging this just to have some checks in place, but otherwise this looks good to go!

Cool! I’m happy to submit a workflow file if you like?

@hdevalence
Copy link
Collaborator

Sure! If not, I'll get to it this weekend.

@delta1
Copy link
Author

delta1 commented Sep 4, 2021

I might only have time on Monday but will try find a gap 👍

@delta1
Copy link
Author

delta1 commented Sep 5, 2021

Hi @hdevalence I added a github actions workflow that should mirror what travis ci was doing, example run here: https://github.com/delta1/subtle-ng/actions/runs/1203724120

@hdevalence
Copy link
Collaborator

Awesome, thanks!

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.

2 participants