Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
rename ipc-agent deps to ipc
Browse files Browse the repository at this point in the history
  • Loading branch information
adlrocha committed Oct 18, 2023
1 parent 36e11ec commit c226744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit c226744

Please sign in to comment.