Unleash / unleash-client-rust

Unleash client SDK for Rust language projects
Apache License 2.0
23 stars 18 forks source link

unknown variant `SEMVER_LT`, expected `IN` or `NOT_IN`" #64

Open Meemaw opened 1 year ago

Meemaw commented 1 year ago

Describe the bug

Fetching feature flags fails due to the following error:

Err(reqwest::Error { kind: Decode, source: Error("unknown variant `SEMVER_LT`, expected `IN` or `NOT_IN`", line: 1, column: 44320) })

This means its not possible to use the client at all with those constraints defined in the project. It should be possible to use the client, even if those strategies are not supported.

Steps to reproduce the bug

No response

Expected behavior

No response

Logs, error output, etc.

No response

Screenshots

No response

Additional context

No response

Unleash version

No response

Subscription type

None

Hosting type

None

SDK information (language and version)

No response