Skip to content

Commit 3ec88ac

Browse files
committed
Bump 'mithril-common' crate version
1 parent 762c182 commit 3ec88ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-common"
3-
version = "0.2.11"
3+
version = "0.2.12"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }

mithril-common/src/chain_observer/interface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub enum ChainObserverError {
2525
#[automock]
2626
#[async_trait]
2727
pub trait ChainObserver: Sync + Send {
28-
/// Retrive the datums associated to and address
28+
/// Retrieve the datums associated to and address
2929
async fn get_current_datums(
3030
&self,
3131
address: &ChainAddress,

0 commit comments

Comments
 (0)