File tree Expand file tree Collapse file tree 12 files changed +10
-12
lines changed
jormungandr-integration-tests Expand file tree Collapse file tree 12 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 22authors = [" dev@iohk.io" ]
33description = " explorer service for jormungandr"
44documentation = " https://github.com/input-output-hk/jormungandr#USAGE.md"
5- edition = " 2018 "
5+ edition = " 2021 "
66homepage = " https://github.com/input-output-hk/jormungandr#README.md"
77license = " MIT OR Apache-2.0"
88name = " explorer"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ documentation = "https://github.com/input-output-hk/jormungandr#USAGE.md"
99description = """
1010Midgard Serpent
1111"""
12- edition = " 2018 "
12+ edition = " 2021 "
1313
1414[dependencies ]
1515rand = " 0.8"
Original file line number Diff line number Diff line change 22name = " jormungandr-lib"
33version = " 0.13.0"
44authors = [" dev@iohk.io" ]
5- edition = " 2018 "
5+ edition = " 2021 "
66
77description = " Data structures and formats used by Jormungandr node API and configuration files"
88
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ documentation = "https://github.com/input-output-hk/jormungandr#USAGE.md"
99description = """
1010Midgard Serpent
1111"""
12- edition = " 2018 "
12+ edition = " 2021 "
1313
1414[dependencies ]
1515chain-addr = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " master" }
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ async fn try_apply_fragment(
7979 mut space_left : u32 ,
8080) -> Result < NewLedgerState , ApplyFragmentError > {
8181 use futures:: future:: { select, Either } ;
82- use std:: convert:: TryFrom ;
8382
8483 let raw_fragment_size = fragment. serialized_size ( ) ;
8584 let fragment_size = match u32:: try_from ( raw_fragment_size) {
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ pub async fn bootstrap_from_peer(
6868 cancellation_token : CancellationToken ,
6969) -> Result < ( ) , Error > {
7070 use chain_network:: data:: BlockId ;
71- use std:: convert:: TryFrom ;
7271
7372 async fn with_cancellation_token < T > (
7473 future : impl Future < Output = T > + Unpin ,
Original file line number Diff line number Diff line change 22name = " blockchain"
33version = " 0.1.0"
44authors = [" Nicolas Di Prima <nicolas.diprima@iohk.io>" ]
5- edition = " 2018 "
5+ edition = " 2021 "
66
77[dependencies ]
88chain-impl-mockchain = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " master" }
Original file line number Diff line number Diff line change 22name = " settings"
33version = " 0.1.0"
44authors = [" Nicolas Di Prima <nicolas.diprima@iohk.io>" ]
5- edition = " 2018 "
5+ edition = " 2021 "
66
77# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88
Original file line number Diff line number Diff line change 22name = " hersir"
33description = " Hersir is a simple command line tool that lets you deploy a network of Jormungandr nodes"
44version = " 0.1.0"
5- edition = " 2018 "
5+ edition = " 2021 "
66
77# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88
Original file line number Diff line number Diff line change 22name = " jormungandr-automation"
33version = " 0.13.0"
44authors = [" Nicolas Di Prima <nicolas.diprima@iohk.io>" ]
5- edition = " 2018 "
5+ edition = " 2021 "
66
77# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88
You can’t perform that action at this time.
0 commit comments