Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Keystone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Third Party Mirrors
Keystone
Commits
9d713d5a
Commit
9d713d5a
authored
4 years ago
by
Nguyen Anh Quynh
Browse files
Options
Downloads
Patches
Plain Diff
rust: change version from 0.10.0 to 0.9.2
parent
d0c5ffb5
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bindings/rust/Cargo.toml
+2
-2
2 additions, 2 deletions
bindings/rust/Cargo.toml
bindings/rust/README.md
+2
-2
2 additions, 2 deletions
bindings/rust/README.md
bindings/rust/keystone-sys/Cargo.toml
+1
-1
1 addition, 1 deletion
bindings/rust/keystone-sys/Cargo.toml
with
5 additions
and
5 deletions
bindings/rust/Cargo.toml
+
2
−
2
View file @
9d713d5a
[package]
[package]
name
=
"keystone"
name
=
"keystone"
version
=
"0.
10.0
"
version
=
"0.
9.2
"
authors
=
[
authors
=
[
"Remco Verhoef <remco.verhoef@dutchcoders.io>"
,
"Remco Verhoef <remco.verhoef@dutchcoders.io>"
,
"Tasuku SUENAGA a.k.a. gunyarakun <tasuku-s-github@titech.ac>"
"Tasuku SUENAGA a.k.a. gunyarakun <tasuku-s-github@titech.ac>"
...
@@ -15,7 +15,7 @@ include = [
...
@@ -15,7 +15,7 @@ include = [
[dependencies]
[dependencies]
libc
=
"0.2"
libc
=
"0.2"
keystone-sys
=
{
path
=
"keystone-sys"
,
version
=
"0.
10
"
}
keystone-sys
=
{
path
=
"keystone-sys"
,
version
=
"0.
9.2
"
}
[features]
[features]
default
=
[]
default
=
[]
...
...
This diff is collapsed.
Click to expand it.
bindings/rust/README.md
+
2
−
2
View file @
9d713d5a
...
@@ -29,7 +29,7 @@ Add a dependency line into `Cargo.toml`.
...
@@ -29,7 +29,7 @@ Add a dependency line into `Cargo.toml`.
```
```
[dependencies]
[dependencies]
keystone = "0.
10.0
"
keystone = "0.
9.2
"
```
```
This package attempts to build keystone. That requires cmake and c/c++ compiler.
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
...
@@ -38,7 +38,7 @@ If you want to use keystone already installed in the system, specify `use_system
```
```
[dependencies.keystone]
[dependencies.keystone]
version = "0.
10.0
"
version = "0.
9.2
"
default-features = false
default-features = false
features = ["use_system_keystone"]
features = ["use_system_keystone"]
```
```
...
...
This diff is collapsed.
Click to expand it.
bindings/rust/keystone-sys/Cargo.toml
+
1
−
1
View file @
9d713d5a
[package]
[package]
name
=
"keystone-sys"
name
=
"keystone-sys"
version
=
"0.
10.0
"
version
=
"0.
9.2
"
authors
=
[
authors
=
[
"Remco Verhoef <remco.verhoef@dutchcoders.io>"
,
"Remco Verhoef <remco.verhoef@dutchcoders.io>"
,
"Tasuku SUENAGA a.k.a. gunyarakun <tasuku-s-github@titech.ac>"
"Tasuku SUENAGA a.k.a. gunyarakun <tasuku-s-github@titech.ac>"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment