Skip to content

Commit

Permalink
updates logging deps
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Apr 3, 2023
1 parent 99d1065 commit 5ee0904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ path = "src/bin/ots_info.rs"

[dependencies]
bitcoin_hashes = "0.12.0"
env_logger = "0.4"
log = "0.3"
env_logger = "0.10"
log = "0.4"

2 changes: 1 addition & 1 deletion src/bin/ots_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extern crate opentimestamps as ots;
use std::{env, fs, process};

fn main() {
env_logger::init().unwrap();
env_logger::init();

let args: Vec<String> = env::args().collect();
if args.len() != 2 {
Expand Down

0 comments on commit 5ee0904

Please sign in to comment.