Skip to content

Commit

Permalink
bump version to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
atahabaki committed Sep 20, 2023
1 parent fbd358d commit 99a34cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
[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"
license = "MIT"
keywords = ["brace_expansion","parsing","combination","permutation","string_manipulation"]
categories = ["parser-implementations"]

[dependencies]

[dev-dependencies]
criterion = "0.5.1"

Expand Down

0 comments on commit 99a34cf

Please sign in to comment.