Skip to content

Commit ebff1ee

Browse files
committed
Update rust regex crate: 0.2.1 → 1.1.6
1 parent 71918c9 commit ebff1ee

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/rust/Cargo.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "rust regex"
2+
name = "rust-regex"
33
version = "0.1.0"
44
authors = ["Daniel Schmidt"]
55

@@ -8,9 +8,5 @@ name = "rregex"
88
crate-type = ["staticlib"]
99

1010
[dependencies]
11-
regex = { version = "0.2.1"}
11+
regex = "1.1.6"
1212
libc = "0.2.19"
13-
14-
[features]
15-
simd-accel = ["regex/simd-accel"]
16-

0 commit comments

Comments
 (0)