From 9d713d5a985c62dd95c9dd7509307a89ef4ed818 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Fri, 19 Jun 2020 09:40:02 +0800 Subject: [PATCH] rust: change version from 0.10.0 to 0.9.2 --- bindings/rust/Cargo.toml | 4 ++-- bindings/rust/README.md | 4 ++-- bindings/rust/keystone-sys/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index b612c6ca..3342e5a1 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keystone" -version = "0.10.0" +version = "0.9.2" authors = [ "Remco Verhoef ", "Tasuku SUENAGA a.k.a. gunyarakun " @@ -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 = [] diff --git a/bindings/rust/README.md b/bindings/rust/README.md index 2a608ea4..1bcfac10 100644 --- a/bindings/rust/README.md +++ b/bindings/rust/README.md @@ -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. @@ -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"] ``` diff --git a/bindings/rust/keystone-sys/Cargo.toml b/bindings/rust/keystone-sys/Cargo.toml index adff79f9..a836c305 100644 --- a/bindings/rust/keystone-sys/Cargo.toml +++ b/bindings/rust/keystone-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keystone-sys" -version = "0.10.0" +version = "0.9.2" authors = [ "Remco Verhoef ", "Tasuku SUENAGA a.k.a. gunyarakun "