Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
3.2.2 -> 4.0.0. Major version bump due to new build dependency.
  • Loading branch information
iwillspeak committed Jul 27, 2018
1 parent f646fa3 commit c274fe4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "onig"
version = "3.2.2"
version = "4.0.0"
authors = [
"Will Speak <will@willspeak.me>",
"Ivan Ivashchenko <defuz@me.com>"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add the following to your `Cargo.toml` file:

```toml
[dependencies]
onig = "3.2"
onig = "4.0"
```

Add the following extern to your crate root:
Expand Down Expand Up @@ -73,9 +73,9 @@ The contents of this repository are distributed under the MIT license. See
at our open [easy issues][easy_issues].

[Onig_wiki]: https://en.wikipedia.org/wiki/Oniguruma
[onig_crate_doc]: https://docs.rs/onig/3.2.2/onig/
[onig_crate_doc]: https://docs.rs/onig/4.0.0/onig/
[examples_folder]: https://github.com/rust-onig/rust-onig/tree/master/examples
[regex_new]: https://docs.rs/onig/3.2.2/onig/struct.Regex.html#method.new
[regex_is_match]: https://docs.rs/onig/3.2.2/onig/struct.Regex.html#method.is_match
[regex_find]: https://docs.rs/onig/3.2.2/onig/struct.Regex.html#method.find
[regex_new]: https://docs.rs/onig/4.0.0/onig/struct.Regex.html#method.new
[regex_is_match]: https://docs.rs/onig/4.0.0/onig/struct.Regex.html#method.is_match
[regex_find]: https://docs.rs/onig/4.0.0/onig/struct.Regex.html#method.find
[easy_issues]: https://github.com/rust-onig/rust-onig/issues?q=is%3Aopen+is%3Aissue+label%3AE-Easy

0 comments on commit c274fe4

Please sign in to comment.