Skip to content

Commit

Permalink
rust: change version from 0.10.0 to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Jun 19, 2020
1 parent d0c5ffb commit 9d713d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bindings/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "keystone"
version = "0.10.0"
version = "0.9.2"
authors = [
"Remco Verhoef <[email protected]>",
"Tasuku SUENAGA a.k.a. gunyarakun <[email protected]>"
Expand All @@ -15,7 +15,7 @@ include = [

[dependencies]
libc = "0.2"
keystone-sys = { path = "keystone-sys", version = "0.10" }
keystone-sys = { path = "keystone-sys", version = "0.9.2" }

[features]
default = []
Expand Down
4 changes: 2 additions & 2 deletions bindings/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Add a dependency line into `Cargo.toml`.

```
[dependencies]
keystone = "0.10.0"
keystone = "0.9.2"
```

This package attempts to build keystone. That requires cmake and c/c++ compiler.
Expand All @@ -38,7 +38,7 @@ If you want to use keystone already installed in the system, specify `use_system

```
[dependencies.keystone]
version = "0.10.0"
version = "0.9.2"
default-features = false
features = ["use_system_keystone"]
```
Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/keystone-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "keystone-sys"
version = "0.10.0"
version = "0.9.2"
authors = [
"Remco Verhoef <[email protected]>",
"Tasuku SUENAGA a.k.a. gunyarakun <[email protected]>"
Expand Down

0 comments on commit 9d713d5

Please sign in to comment.