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 ctor #117

Closed
wants to merge 1 commit into from
Closed

Update ctor #117

wants to merge 1 commit into from

Conversation

dbanty
Copy link

@dbanty dbanty commented Jul 6, 2023

Mostly to remove syn 1 from my dependency tree. This increases MSRV to 1.56, so I updated the test matrix. MSRV in README seemed to be outdated so I removed that and added it to Cargo.toml instead.

I also noticed CI warnings about the deprecated set-output syntax, so just a heads up that that needs updating.

Mostly to remove syn 1 from my dependency tree. This increases MSRV to 1.56, so I updated the test matrix. MSRV in README seemed to be outdated so I removed that and added it to Cargo.toml instead.
@tommilligan
Copy link
Collaborator

Hi, thanks for the contribution! There is already a PR in flight to replace ctor with once_cell, which I would prefer: #115

However, both changes IMO are blocked on being tested in a Windows environment. The Windows CI environment is not suitable to test these changes (you can currently remove all the ctor code and it still passes).

So , happy to look further at this, if you are able to test on a Windows environment?

@dbanty
Copy link
Author

dbanty commented Jul 6, 2023

I do have a Windows computer I can test with. I’ll check out the once version and let you know

@dbanty dbanty closed this Jul 6, 2023
@tommilligan
Copy link
Collaborator

ctor has been removed in v1.4.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