From ec1ef8715a09662424abdd3bf4c89645ee4b1ccc Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Fri, 14 Oct 2022 15:20:11 +0200 Subject: [PATCH] fix: date-only timestamp parsing --- toml.egg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toml.egg b/toml.egg index ab9fcfa..1a4e878 100644 --- a/toml.egg +++ b/toml.egg @@ -3,7 +3,7 @@ (synopsis "A Chicken binding to read TOML configuration files") (category parsing) (license "MIT") - (version "0.6") + (version "0.7") (dependencies r7rs rfc3339 coops) (test-dependencies test)