Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
iwillspeak committed Jul 2, 2022
1 parent 1baf67e commit 5bf6649
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://crates.io/crates/onig)
https://docs.rs/onig)
![CI](https://github.com/rust-onig/rust-onig/workflows/CI/badge.svg)
[![Build status](https://ci.appveyor.com/api/projects/status/7qxdb44xpw4bkjfi/branch/main?svg=true)](https://ci.appveyor.com/project/iwillspeak/rust-onig/branch/main)
[![dependency status](https://deps.rs/crate/onig/6.3.0/status.svg)](https://deps.rs/crate/onig/6.3.0)
[![dependency status](https://deps.rs/crate/onig/6.3.2/status.svg)](https://deps.rs/crate/onig/6.3.2)

Rust bindings for the [Oniguruma regex library][Onig_wiki], a powerful and mature regular expression library with support for a wide range of character sets and language syntaxes. Oniguruma is written in C. This repository provides two crates: `onig-sys` which provides the raw Rust FFI bindings, and `onig`, which provides a safe Rust wrapper around them.

Expand Down Expand Up @@ -96,7 +96,7 @@ at our open [easy issues][easy_issues].
[Onig_wiki]: https://en.wikipedia.org/wiki/Oniguruma
[onig_crate_doc]: https://docs.rs/onig/
[examples_folder]: https://github.com/rust-onig/rust-onig/tree/main/onig/examples
[regex_new]: https://docs.rs/onig/6.3.0/onig/struct.Regex.html#method.new
[regex_is_match]: https://docs.rs/onig/6.3.0/onig/struct.Regex.html#method.is_match
[regex_find]: https://docs.rs/onig/6.3.0/onig/struct.Regex.html#method.find
[regex_new]: https://docs.rs/onig/6.3.2/onig/struct.Regex.html#method.new
[regex_is_match]: https://docs.rs/onig/6.3.2/onig/struct.Regex.html#method.is_match
[regex_find]: https://docs.rs/onig/6.3.2/onig/struct.Regex.html#method.find
[easy_issues]: https://github.com/rust-onig/rust-onig/issues?q=is%3Aopen+is%3Aissue+label%3AE-Easy
2 changes: 1 addition & 1 deletion onig/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "onig"
version = "6.3.1"
version = "6.3.2"
authors = [
"Will Speak <will@willspeak.me>",
"Ivan Ivashchenko <defuz@me.com>"
Expand Down

0 comments on commit 5bf6649

Please sign in to comment.