We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8255507 commit 1e70bc8Copy full SHA for 1e70bc8
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bracoxide"
3
-version = "0.1.4"
+version = "0.1.5"
4
edition = "2021"
5
description = "A feature-rich library for brace pattern combination, permutation generation, and error handling."
6
repository = "https://github.com/atahabaki/bracoxide"
@@ -13,4 +13,4 @@ criterion = "0.5.1"
13
14
[[bench]]
15
name = "explode_benchmark"
16
-harness = false
+harness = false
README.md
@@ -22,7 +22,7 @@ Add Bracoxide to your Cargo.toml:
22
23
```toml
24
[dependencies]
25
-bracoxide = "0.1.2"
+bracoxide = "0.1.5"
26
```
27
28
## Usage
0 commit comments