From a48601b4f33830d58f5ed01d088914ddc908fc9f Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Fri, 8 May 2026 07:17:02 -0600 Subject: [PATCH] docs: update readme so the version doesn't go out of date --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8d5db3b..8044e0b9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Parse, validate, and convert [Common Query Language (CQL2)](https://www.ogc.org/ ```toml [dependencies] -cql = "0.4" +cql = "*" ``` Then: