Skip to content

Commit 99a34cf

Browse files
committed
bump version to v1.0.3
1 parent fbd358d commit 99a34cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
[package]
22
name = "bracoxide"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
description = "A feature-rich library for brace pattern combination, permutation generation, and error handling."
66
repository = "https://github.com/atahabaki/bracoxide"
77
license = "MIT"
88
keywords = ["brace_expansion","parsing","combination","permutation","string_manipulation"]
99
categories = ["parser-implementations"]
1010

11-
[dependencies]
12-
1311
[dev-dependencies]
1412
criterion = "0.5.1"
1513

0 commit comments

Comments
 (0)