Skip to content

Commit 9a20205

Browse files
committed
update version
1 parent 9facfea commit 9a20205

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-aggregator/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-aggregator"
3-
version = "0.4.11"
3+
version = "0.4.12"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-aggregator/src/services/http_message.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! This service is responsible of provinding HTTP server with messages as fast as possible.
1+
//! This service is responsible of providing HTTP server with messages as fast as possible.
22
33
use std::sync::Arc;
44

0 commit comments

Comments
 (0)