Skip to content

Commit

Permalink
fix: correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Automation committed Jan 31, 2024
1 parent 6cb2198 commit ecbefc1
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 40 deletions.
84 changes: 47 additions & 37 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ smallvec = "1.10"
sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio"] }
ssh-key = { version = "0.5.1", default-features = false }
#ssi = { version = "0.7", default-features = false, features = ["ed25519"] }
ssi = { git = "https://github.com/dbcfd/ssi", default-features = false, features = ["ed25519"] }
ssi = { git = "https://github.com/dbcfd/ssi", branch = "feat/wasi", default-features = false, features = ["ed25519"] }
#ssi = { path = "/Users/dbrowning/code/oss/ssi", default-features = false, features = ["ed25519"] }
swagger = { version = "6.1", features = [
"serdejson",
Expand Down
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ async-trait.workspace = true
base64 = "0.21.2"
cid.workspace = true
#did-method-key = "0.2.1"
did-method-key = { git = "https://github.com/dbcfd/ssi" }
did-method-key = { git = "https://github.com/dbcfd/ssi", branch = "feat/wasi" }
#did-method-key = { path = "/Users/dbrowning/code/oss/ssi/did-key" }
#did-pkh = "0.2.1"
did-pkh = { git = "https://github.com/dbcfd/ssi" }
did-pkh = { git = "https://github.com/dbcfd/ssi", branch = "feat/wasi" }
#did-pkh = { path = "/Users/dbrowning/code/oss/ssi/did-pkh" }
hex.workspace = true
int-enum = "0.5.0"
Expand Down

0 comments on commit ecbefc1

Please sign in to comment.