Skip to content

Commit

Permalink
release: v0.6.0 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored Oct 19, 2023
1 parent 2954896 commit c349168
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 8 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dolos"
description = "Cardano Dolos"
version = "0.5.0"
description = "A Cardano data-node built in Rust"
version = "0.6.0"
edition = "2021"
repository = "https://github.com/txpipe/dolos"
homepage = "https://github.com/txpipe/dolos"
Expand Down
1 change: 0 additions & 1 deletion examples/sync-mainnet/dolos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ magic = 0

[byron]
path = "./byron.json"
hash = "xxx"
1 change: 0 additions & 1 deletion examples/sync-preprod/dolos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ magic = 0

[byron]
path = "./byron.json"
hash = "xxx"
1 change: 0 additions & 1 deletion examples/sync-preview/dolos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ magic = 0

[byron]
path = "./byron.json"
hash = "xxx"

[logging]
max_level = "debug"
3 changes: 1 addition & 2 deletions src/bin/dolos/main.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
use std::{path::PathBuf, time::Duration};

use clap::{Parser, Subcommand};
use miette::{Context, IntoDiagnostic, Result};
use serde::Deserialize;
use serde_with::{serde_as, DisplayFromStr};
use std::path::PathBuf;

mod common;
mod daemon;
Expand Down

0 comments on commit c349168

Please sign in to comment.