Skip to content

Commit

Permalink
Update Package Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iwillspeak committed Sep 11, 2016
1 parent 34d2670 commit 38943a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions Cargo.toml
@@ -1,7 +1,10 @@
[package]
name = "onig"
version = "1.0.0"
authors = ["Will Speak <will@willspeak.me>", "Ivan Ivashchenko <defuz@me.com>"]
version = "1.1.0"
authors = [
"Will Speak <will@willspeak.me>",
"Ivan Ivashchenko <defuz@me.com>"
]

description = """Rust-Onig is a set of rust bindings for the
oniguruma regular expression library."""
Expand All @@ -20,5 +23,5 @@ bitflags = "0.7"
lazy_static = "0.2"

[dependencies.onig_sys]
version = "1.0"
version = "61.1"
path = "onig_sys"
2 changes: 1 addition & 1 deletion onig_sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "onig_sys"
version = "1.0.0"
version = "61.1.0"
authors = ["Will Speak <will@willspeak.me>", "Ivan Ivashchenko <defuz@me.com>"]
build = "build.rs"
links = "onig"
Expand Down

0 comments on commit 38943a4

Please sign in to comment.