Skip to content

Commit ce4336a

Browse files
committed
Update version to 0.2.0
Update build dependencies
1 parent f88b115 commit ce4336a

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ rust:
44
os:
55
- linux
66
script:
7-
- cargo build
7+
- cargo build -j`nproc`
8+
- cargo clean
9+
- rm -rf target
810
- cargo test -- --nocapture

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libinjection"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["Navid <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"
@@ -16,6 +16,6 @@ categories = ["api-bindings", "external-ffi-bindings"]
1616
travis-ci = { repository = "arvancloud/libinjection-rs" }
1717

1818
[build-dependencies]
19-
bindgen = "0.43"
20-
git2 = "0.7"
21-
regex = "1.0"
19+
bindgen = "0.52"
20+
git2 = "0.11"
21+
regex = "1.3"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Rust bindings for [libinjection](https://github.com/client9/libinjection).
1010
- Add `libinjection` to `dependencies` of `Cargo.toml`:
1111

1212
```toml
13-
libinjection = "0.1"
13+
libinjection = "0.2"
1414
```
1515

1616
- Import crate:

0 commit comments

Comments
 (0)