Skip to content

Commit

Permalink
didkit-cli v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clehner committed Mar 4, 2022
1 parent dd33f8d commit 87299ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "didkit-cli"
version = "0.1.1"
version = "0.2.0"
authors = ["Spruce Systems, Inc."]
edition = "2018"
description = "Command-line interface for Verifiable Credentials and Decentralized Identifiers."
Expand Down
2 changes: 1 addition & 1 deletion http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ring = ["ssi/ring"]

[dependencies]
didkit = { version = "0.4", path = "../lib", features = ["http-did"] }
didkit-cli = { version = "^0.1.1", path = "../cli" }
didkit-cli = { version = "0.2", path = "../cli" }
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
clap = { version = "3.0", features = ["derive", "env"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 87299ff

Please sign in to comment.