- Notifications
You must be signed in to change notification settings - Fork514
Add smol_str 0.2 and 0.3 support#1095
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Any chance this could be merged sometime? Starting to get cyclic dependency errors due to how many crates I've had to patch |
21fdfe8
to798f81b
CompareThis has been open long enough that there's now a 0.3 version of |
The Footnotes |
These lists also need to be updated: rust-postgres/postgres/src/lib.rs Lines 56 to 66 ine1cd6be
rust-postgres/tokio-postgres/src/lib.rs Lines 108 to 119 ine1cd6be
|
Uh oh!
There was an error while loading.Please reload this page.
Add
smol_str 0.2
and0.3
support, effectively a copy of the 0.1 file. Though I noticed the feature flags for 0.1 are missing an underscore, but changing that would break things so I just matched it for the new one.