microsoft / regorus

Regorus - A fast, lightweight Rego (OPA policy language) interpreter written in Rust.
MIT License
130 stars 32 forks source link

Do not enable serde_json/arbitrary_precision by default #203

Closed anakrish closed 5 months ago

anakrish commented 5 months ago

The feature does not interoperate well with other serde_json features like untagged enums.

Fixes #199