Skip to content

Commit

Permalink
fix: use github
Browse files Browse the repository at this point in the history
  • Loading branch information
dbcfd committed Feb 14, 2024
1 parent 746db34 commit a33fdfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ publish = false
[dependencies]
anyhow = "1"
#ceramic-event = { git = "https://github.com/ceramicnetwork/rust-ceramic", branch = "main" }
ceramic-event = { path = "/Users/dbrowning/code/3box/rust-ceramic/event", default-features = false }
#ceramic-event = { git = "https://github.com/ceramicnetwork/rust-ceramic", branch = "feat/wasi" }
#ceramic-event = { path = "/Users/dbrowning/code/3box/rust-ceramic/event", default-features = false }
ceramic-event = { git = "https://github.com/ceramicnetwork/rust-ceramic", branch = "feat/wasi" }
json-patch = { version = "1.2.0", features = ["diff"] }
reqwest = { version = "0.11.14", features = ["json"], optional = true }
schemars = "0.8.12"
Expand Down

0 comments on commit a33fdfe

Please sign in to comment.