Skip to content

Commit

Permalink
Incremented version of Rust wrapper
Browse files Browse the repository at this point in the history
Signed-off-by: artem.ivanov <artem.ivanov@dsr-company.com>
  • Loading branch information
Artemkaaas committed Oct 8, 2018
1 parent e2abf09 commit e68985a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions wrappers/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indy"
version = "1.6.6"
version = "1.6.7"
description = "A library for assisting developers using LibIndy API"
authors = ["Mike Lodder <redmike7@gmail.com>",
"Matt Raffel <matt.raffel@evernyn.com>",
Expand All @@ -22,7 +22,7 @@ lazy_static = "0.2"
log = "0.4"
num-traits = "0.2"
num-derive = "0.2"
indy-sys = { path ="indy-sys", version = "1.6.6" }
indy-sys = { path ="indy-sys", version = "1.6.7" }

[dev-dependencies]
bs58 = {version = "0.2.2", features = ["check"]}
Expand Down
2 changes: 1 addition & 1 deletion wrappers/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- Add **indy** to Cargo.toml
```
[dependencies]
indy = "1.6.6"
indy = "1.6.7"
```

# Note
Expand Down
2 changes: 1 addition & 1 deletion wrappers/rust/indy-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "indy-sys"
description = "FFI bindings to Libindy C API"
version = "1.6.6"
version = "1.6.7"
authors = ["Mike Lodder <redmike7@gmail.com>"]
build = "build.rs"
links = "indy"
Expand Down

0 comments on commit e68985a

Please sign in to comment.