From c226744b9465b0d199668004c1bc0d8d8f640ee2 Mon Sep 17 00:00:00 2001 From: Alfonso de la Rocha Date: Wed, 18 Oct 2023 14:13:21 +0200 Subject: [PATCH] rename ipc-agent deps to ipc --- Cargo.toml | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d94db0b..3263ec6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ fvm_ipld_blockstore = { version = "0.1", optional = true } # Using the IPC SDK without the `fil-actor` feature so as not to depend on the actor `Runtime`. # Using the `main` branch instead of the highest available tag `v0.3.0` because the latter doesn't have a feature flag for the `Runtime`. -ipc-sdk = { git = "https://github.com/consensus-shipyard/ipc-agent.git", default-features = false, branch = "dev" } +ipc-sdk = { git = "https://github.com/consensus-shipyard/ipc.git", default-features = false, branch = "dev" } [dev-dependencies] quickcheck_macros = "1" diff --git a/docs/README.md b/docs/README.md index 19ff49c..ad8c4f7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # IPLD Resolver -The IPLD Resolver is a library that [IPC Agents](https://github.com/consensus-shipyard/ipc-agent/) can use to exchange data between subnets in IPLD format. +The IPLD Resolver is a library that [IPC Agents](https://github.com/consensus-shipyard/ipc/) can use to exchange data between subnets in IPLD format. ## Checkpointing