Skip to content

Commit 1e70bc8

Browse files
committed
ver&doc: v1.0.5
1 parent 8255507 commit 1e70bc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bracoxide"
3-
version = "0.1.4"
3+
version = "0.1.5"
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"
@@ -13,4 +13,4 @@ criterion = "0.5.1"
1313

1414
[[bench]]
1515
name = "explode_benchmark"
16-
harness = false
16+
harness = false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add Bracoxide to your Cargo.toml:
2222

2323
```toml
2424
[dependencies]
25-
bracoxide = "0.1.2"
25+
bracoxide = "0.1.5"
2626
```
2727

2828
## Usage

0 commit comments

Comments
 (0)