From cb28ab91835f62aba276474abe6a38ca7eec81b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Iglesias=20Pr=C3=A9stamo?= <65736636+angelip2303@users.noreply.github.com> Date: Tue, 27 Jun 2023 14:39:25 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28850ea..f28b443 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To use `pschema-rs` in your Rust project, you can add it as a dependency in your ```toml [dependencies] -pschema = "0.0.4" +pschema = "0.0.3" ``` ## Usage