-
Notifications
You must be signed in to change notification settings - Fork 526
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 our terms of service and privacy 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?
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 to
798f81b
Compare
|
This 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 in e1cd6be
rust-postgres/tokio-postgres/src/lib.rs Lines 108 to 119 in e1cd6be
|
docs: refactor for DRY feature_docs.md of tokio-postgres,postgres,postgres-types as mentioned in rust-postgres#1095 (comment) chore: alphabetize with-* imports in Cargo.toml for tokio-postgres,postgres,postgres-types chore: squashed @novacrazy's changes in rust-postgres#1095, rebased to master in accordance with rust-postgres#1095 (comment),
Add
smol_str 0.2and0.3support, 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.