Skip to content

Commit

Permalink
fix: use rust-ceramic with upgraded ssi
Browse files Browse the repository at this point in the history
  • Loading branch information
dbcfd committed Sep 26, 2023
1 parent be4b848 commit d4b1c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish = false

[dependencies]
anyhow = "1"
ceramic-event = { git = "https://github.com/3box/rust-ceramic", branch = "main" }
ceramic-event = { git = "https://github.com/3box/rust-ceramic", branch = "fix-deps" }
json-patch = { version = "1.0.0", features = ["diff"] }
reqwest = { version = "0.11.14", features = ["json"], optional = true }
schemars = "0.8.12"
Expand Down

0 comments on commit d4b1c52

Please sign in to comment.