From 9f9df0a82b1a991fd15dbaff296267dae07a123c Mon Sep 17 00:00:00 2001 From: Yevhenii Reizner Date: Sat, 18 Nov 2023 13:56:33 +0200 Subject: [PATCH] Version bump. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e5a0a77..d1cfd9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roxmltree" -version = "0.18.1" +version = "0.19.0" authors = ["Yevhenii Reizner "] keywords = ["xml", "parser", "tree", "dom"] categories = ["parser-implementations"] diff --git a/README.md b/README.md index 21715f1..965f6ef 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ For more details see [docs/parsing.md](https://github.com/RazrFalcon/roxmltree/b | No **unsafe** | ✓ | | ✓ | | | Language | Rust | C | Rust | Rust | | Dependencies | **0** | - | 2 | 2 | -| Tested version | 0.18.0 | Apple-provided | 0.10.3 | 0.3.2 | +| Tested version | 0.19.0 | Apple-provided | 0.10.3 | 0.3.2 | | License | MIT / Apache-2.0 | MIT | MIT | MIT | Legend: