Skip to content

Commit

Permalink
Update version to 0.2.0
Browse files Browse the repository at this point in the history
Update build dependencies
  • Loading branch information
yaa110 committed Feb 2, 2020
1 parent f88b115 commit ce4336a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ rust:
os:
- linux
script:
- cargo build
- cargo build -j`nproc`
- cargo clean
- rm -rf target
- cargo test -- --nocapture
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libinjection"
version = "0.1.1"
version = "0.2.0"
authors = ["Navid <[email protected]>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand All @@ -16,6 +16,6 @@ categories = ["api-bindings", "external-ffi-bindings"]
travis-ci = { repository = "arvancloud/libinjection-rs" }

[build-dependencies]
bindgen = "0.43"
git2 = "0.7"
regex = "1.0"
bindgen = "0.52"
git2 = "0.11"
regex = "1.3"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Rust bindings for [libinjection](https://github.com/client9/libinjection).
- Add `libinjection` to `dependencies` of `Cargo.toml`:

```toml
libinjection = "0.1"
libinjection = "0.2"
```

- Import crate:
Expand Down

0 comments on commit ce4336a

Please sign in to comment.