From 4a6c0462b92c9aa75a472820452d414048943d64 Mon Sep 17 00:00:00 2001 From: Danny Browning Date: Wed, 15 May 2024 12:16:44 -0600 Subject: [PATCH] fix: use main --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0520b67..f042b2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"