Skip to content

Commit

Permalink
chore: Rename project to beetswap (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique authored Jan 29, 2024
1 parent 4d3ad1a commit 6a1e3ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "bitmingle"
name = "beetswap"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
Expand Down
8 changes: 4 additions & 4 deletions src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ use crate::{BitswapBehaviour, Result};
///
/// ```rust,no_run
/// # use blockstore::InMemoryBlockstore;
/// # use bitmingle::BitswapBehaviour;
/// # fn main() -> bitmingle::Result<()> {
/// # use beetswap::BitswapBehaviour;
/// # fn main() -> beetswap::Result<()> {
/// BitswapBehaviour::<64, _>::builder(InMemoryBlockstore::<64>::new())
/// .build()?;
/// # Ok(())
Expand Down Expand Up @@ -53,8 +53,8 @@ where
///
/// ```rust,no_run
/// # use blockstore::InMemoryBlockstore;
/// # use bitmingle::BitswapBehaviour;
/// # fn main() -> bitmingle::Result<()> {
/// # use beetswap::BitswapBehaviour;
/// # fn main() -> beetswap::Result<()> {
/// BitswapBehaviour::<64, _>::builder(InMemoryBlockstore::<64>::new())
/// .protocol_prefix("/celestia/celestia")
/// .build()?;
Expand Down

0 comments on commit 6a1e3ca

Please sign in to comment.