From 99a34cfb7ed72f4311cd29bc02339e5de0e135a3 Mon Sep 17 00:00:00 2001 From: "A. Taha Baki" Date: Wed, 20 Sep 2023 16:56:10 +0300 Subject: [PATCH] bump version to v1.0.3 --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 454dbef..89f4e78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bracoxide" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "A feature-rich library for brace pattern combination, permutation generation, and error handling." repository = "https://github.com/atahabaki/bracoxide" @@ -8,8 +8,6 @@ license = "MIT" keywords = ["brace_expansion","parsing","combination","permutation","string_manipulation"] categories = ["parser-implementations"] -[dependencies] - [dev-dependencies] criterion = "0.5.1"