From 6d9bb0cdf24da943bed53f6c8e05aa6457633bd3 Mon Sep 17 00:00:00 2001 From: Adam Fortune Date: Tue, 24 Oct 2023 20:33:07 -0500 Subject: [PATCH] Version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 946cbd9..16a98b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -59,7 +59,7 @@ dependencies = [ [[package]] name = "tree_iterators_rs" -version = "1.1.2" +version = "1.1.3" dependencies = [ "serde", "serde_derive", diff --git a/Cargo.toml b/Cargo.toml index e0b68db..df79802 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tree_iterators_rs" -version = "1.1.2" +version = "1.1.3" edition = "2021" description = "tree-iterators-rs is a library built to provide you with the iterators to easily work with tree data structures in Rust." license = "MIT"