File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " chaindev"
3- version = " 0.53.0 "
3+ version = " 0.53.1 "
44edition = " 2021"
5566description = " Powerful development and testing utils for blockchain developers."
Original file line number Diff line number Diff line change @@ -1300,7 +1300,7 @@ where
13001300 let block_itv_cache = format ! ( "{tmpdir}/block_itv" ) ;
13011301
13021302 let repo_url = env:: var ( "CHAIN_DEV_EGG_REPO" )
1303- . c ( d ! ( "The ${{ CHAIN_DEV_EGG_REPO}} not set!" ) ) ?;
1303+ . c ( d ! ( "The env var $ CHAIN_DEV_EGG_REPO not set!" ) ) ?;
13041304 let gitcmd = format ! ( "git clone {repo_url} {repo} || exit 1" ) ;
13051305 cmd:: exec_output ( & gitcmd) . c ( d ! ( ) ) ?;
13061306
Original file line number Diff line number Diff line change @@ -755,7 +755,7 @@ where
755755 let block_itv_cache = format ! ( "{tmpdir}/block_itv" ) ;
756756
757757 let repo_url = env:: var ( "CHAIN_DEV_EGG_REPO" )
758- . c ( d ! ( "The ${{ CHAIN_DEV_EGG_REPO}} not set!" ) ) ?;
758+ . c ( d ! ( "The env var $ CHAIN_DEV_EGG_REPO not set!" ) ) ?;
759759 let gitcmd = format ! ( "git clone {repo_url} {repo} || exit 1" ) ;
760760 cmd:: exec_output ( & gitcmd) . c ( d ! ( ) ) ?;
761761
You can’t perform that action at this time.
0 commit comments