Skip to content

Commit

Permalink
chore: release v0.1.0-alpha.15 (#456)
Browse files Browse the repository at this point in the history
* chore: release `v0.1.0-alpha.15`

* Fmt
  • Loading branch information
grtlr committed Jul 19, 2022
1 parent 813dbb2 commit e0c1a37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
@@ -1,6 +1,6 @@
[package]
name = "chronicle"
version = "0.1.0-alpha.14"
version = "0.1.0-alpha.15"
authors = ["IOTA Stiftung"]
edition = "2021"
description = "IOTA permanode implemented as an IOTA Node Extension (INX)."
Expand Down
2 changes: 1 addition & 1 deletion bin/inx-chronicle/src/api/stardust/history/extractors.rs
Expand Up @@ -6,7 +6,7 @@ use std::{fmt::Display, str::FromStr};
use async_trait::async_trait;
use axum::extract::{FromRequest, Query};
use chronicle::{
db::collections::{LedgerUpdateByAddressRecord, SortOrder},
db::collections::SortOrder,
types::{stardust::block::OutputId, tangle::MilestoneIndex},
};
use serde::Deserialize;
Expand Down

0 comments on commit e0c1a37

Please sign in to comment.