-
-
Notifications
You must be signed in to change notification settings - Fork 34
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 bstr
to 1.x
#40
Conversation
Need to figure out why this does not run CI. Created a second PR for this here to get CI to run: #41 This likely will mean that bstr support will have to move the MSRV up significantly for when bstr is used. |
Looks like I won't be able to merge this for a while. I am using the |
Gotcha, no worries, I was just trying to remove a duplicate dependency from something else that consumes this. Thanks for figuring that out! |
Yeah, that makes a lot of sense. I'm going to figure out what to do here. Made a meta issue over here: mitsuhiko/insta#289 |
Just a note that, previously, I believe enabling Here's the commit where I made the change that has some more details: BurntSushi/bstr@72024a8 |
I would like to respectfully bump this. As mentioned in mitsuhiko/insta#289, merging this PR would require Do you know of |
Insta (and thus similar) is used by libraries that target 1.56. syn being an example. |
Should that matter, though, since EDIT: FWIW, I ran this in the
And the result was 1.62.1. |
The only impacting breaking change seems to be that enabling unicode support requires enabling std.