Update the env option.

This commit is contained in:
Cici Huang 2025-02-03 18:07:23 +00:00
parent 7b1c7c639e
commit 8a3d0d68a2

View File

@ -173,7 +173,7 @@ var baseOptsWithoutStrictCost = []VersionedOptions{
{ {
IntroducedVersion: version.MajorMinor(1, 32), IntroducedVersion: version.MajorMinor(1, 32),
EnvOptions: []cel.EnvOption{ EnvOptions: []cel.EnvOption{
UnversionedLib(ext.TwoVarComprehensions), ext.TwoVarComprehensions(),
}, },
}, },
} }