Skip to content

Commit

Permalink
chore: code cleanup and version up
Browse files Browse the repository at this point in the history
  • Loading branch information
quake committed Nov 13, 2024
1 parent 74aed05 commit cab3d4c
Show file tree
Hide file tree
Showing 3 changed files with 2 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-light-client"
version = "0.4.0"
version = "0.4.1"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
1 change: 0 additions & 1 deletion src/protocols/relayer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use ckb_types::core::{Cycle, EpochNumberWithFraction, TransactionView};
use ckb_types::{packed, prelude::*};
use linked_hash_map::LinkedHashMap;
use log::{debug, trace, warn};
use std::borrow::Borrow;
use std::collections::{HashMap, HashSet};
use std::sync::{Arc, RwLock};
use std::time::{Duration, Instant};
Expand Down

0 comments on commit cab3d4c

Please sign in to comment.