Skip to content

Commit

Permalink
Bump cargo version to 0.100.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mqudsi committed Aug 2, 2022
1 parent be00f57 commit 2809283
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion securestore/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "securestore"
version = "0.99.3"
version = "0.100.0"
authors = ["Mahmoud Al-Qudsi <mqudsi@neosmart.net>", "NeoSmart Technologies"]
edition = "2018"
description = "SecureStore API for creating or decrypting user secrets"
Expand Down
4 changes: 2 additions & 2 deletions ssclient/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssclient"
version = "0.99.1"
version = "0.100.0"
authors = ["Mahmoud Al-Qudsi <mqudsi@neosmart.net>", "NeoSmart Technologies"]
edition = "2018"
description = "SecureStore client for managing user secrets"
Expand All @@ -15,7 +15,7 @@ atty = "0.2.14"
base64 = "0.13.0"
clap = { version = "3.2.16", default-features = false, features = [ "std" ] }
getch = "0.3.1"
securestore = { path = "../securestore", version = "0.99.1", default-features = false }
securestore = { path = "../securestore", version = "0.100.0", default-features = false }
serde_json = "1.0.82"

[features]
Expand Down

0 comments on commit 2809283

Please sign in to comment.