Skip to content

Commit

Permalink
fix: use main
Browse files Browse the repository at this point in the history
  • Loading branch information
dbcfd committed May 15, 2024
1 parent f870b1d commit 4a6c046
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ publish = false

[dependencies]
anyhow = "1"
ceramic-event = { git = "https://github.com/ceramicnetwork/rust-ceramic", branch = "feat/event-builder" }
#ceramic-event = { path = "/Users/dbrowning/code/3box/rust-ceramic/event" }
ceramic-event = { git = "https://github.com/ceramicnetwork/rust-ceramic", branch = "main" }
json-patch = { version = "2.0.0", features = ["diff"] }
once_cell = "1.19.0"
rand = "0.8.5"
Expand Down

0 comments on commit 4a6c046

Please sign in to comment.