Skip to content

Commit ede6054

Browse files
author
bors-servo
authored
Auto merge of #1317 - Eijebong:regex, r=emilio
Update regex to 1.0 and bump version
2 parents 4d3674f + 80db42f commit ede6054

File tree

2 files changed

+42
-81
lines changed

2 files changed

+42
-81
lines changed

Cargo.lock

Lines changed: 40 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
repository = "https://github.com/rust-lang-nursery/rust-bindgen"
1515
documentation = "https://docs.rs/bindgen"
1616
homepage = "https://rust-lang-nursery.github.io/rust-bindgen/"
17-
version = "0.37.0"
17+
version = "0.37.1"
1818
build = "build.rs"
1919

2020
include = [
@@ -51,7 +51,7 @@ clang-sys = { version = "0.22.0", features = ["runtime", "clang_6_0"] }
5151
lazy_static = "1"
5252
peeking_take_while = "0.1.2"
5353
quote = { version = "0.5", default-features = false }
54-
regex = "0.2"
54+
regex = "1.0"
5555
which = "1.0.2"
5656
# New validation in 0.3.6 breaks bindgen-integration:
5757
# https://github.com/alexcrichton/proc-macro2/commit/489c642.

0 commit comments

Comments
 (0)