Skip to content

[docs] clarify bundle feature version constraint #189

@gz

Description

@gz

Thanks for the library and maintaining it!

It might be good to clarify somewhere that the bundled feature works only when the exact version being bundled is selected with a = in front (at least that's what I needed to make it work):

during build:

POSTGRESQL_VERSION=15.13.0

and then

    let pg_settings = Settings {
        version: VersionReq::from_str(format!("={}", env!("POSTGRESQL_VERSION")).as_str())?,
        ..Default::default()
    };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions