From 1caba59f077ed50900877345456093f384b6cdf1 Mon Sep 17 00:00:00 2001 From: angelip2303 Date: Sun, 25 Jun 2023 10:37:25 +0000 Subject: [PATCH] improving the cargo file --- wikidata-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wikidata-rs/Cargo.toml b/wikidata-rs/Cargo.toml index 8ddf20b..9102d52 100644 --- a/wikidata-rs/Cargo.toml +++ b/wikidata-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wikidata-rs" -version = "0.0.2" +version = "0.0.3" authors = [ "Ángel Iglesias Préstamo " ] description = "Utilities for working with Wikidata entities programmatically" repository = "https://github.com/angelip2303/wd2duckdb"