Skip to content

Commit

Permalink
v0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
steveatinfincia committed Oct 4, 2017
1 parent d7ebb00 commit 7f6591d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions askpass/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askpass"
version = "0.7.9"
version = "0.7.10"
authors = ["Stephen Oliver <[email protected]>"]
build = "build.rs"
workspace = ".."
Expand All @@ -9,4 +9,4 @@ workspace = ".."
log = "*"

[dependencies.sddk]
path = "../sddk"
path = "../sddk"
2 changes: 1 addition & 1 deletion builder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "builder"
version = "0.7.9"
version = "0.7.10"
authors = ["Stephen Oliver <[email protected]>"]
build = "build.rs"
workspace = ".."
Expand Down
4 changes: 2 additions & 2 deletions safedrive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "safedrive"
version = "0.7.9"
version = "0.7.10"
authors = ["Stephen Oliver <[email protected]>"]
build = "build.rs"
workspace = ".."
Expand All @@ -25,4 +25,4 @@ path = "../sddk"

[features]
default = []
sessionfs = []
sessionfs = []
2 changes: 1 addition & 1 deletion sddk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sddk"
version = "0.7.9"
version = "0.7.10"
authors = ["Stephen Oliver <[email protected]>"]
build = "build.rs"
workspace = ".."
Expand Down

0 comments on commit 7f6591d

Please sign in to comment.