@@ -6,9 +6,9 @@ use crate::config::{
66 DEFAULT_LEDGER_PATH , SHUTDOWN_WAIT , STARTUP_WAIT ,
77} ;
88use anchor_client:: Cluster ;
9- use anchor_idl:: types:: { Idl , IdlArrayLen , IdlDefinedFields , IdlType , IdlTypeDefTy } ;
109use anchor_lang:: idl:: { IdlAccount , IdlInstruction , ERASED_AUTHORITY } ;
1110use anchor_lang:: { AccountDeserialize , AnchorDeserialize , AnchorSerialize } ;
11+ use anchor_lang_idl:: types:: { Idl , IdlArrayLen , IdlDefinedFields , IdlType , IdlTypeDefTy } ;
1212use anyhow:: { anyhow, Context , Result } ;
1313use checks:: { check_anchor_version, check_overflow} ;
1414use clap:: Parser ;
@@ -2609,7 +2609,7 @@ fn idl_build(
26092609 . path
26102610 }
26112611 } ;
2612- let idl = anchor_idl :: build:: build_idl (
2612+ let idl = anchor_lang_idl :: build:: build_idl (
26132613 program_path,
26142614 cfg. features . resolution ,
26152615 cfg. features . skip_lint || skip_lint,
@@ -2655,7 +2655,7 @@ in `{path}`."#
26552655 ) ) ;
26562656 }
26572657
2658- anchor_idl :: build:: build_idl (
2658+ anchor_lang_idl :: build:: build_idl (
26592659 std:: env:: current_dir ( ) ?,
26602660 cfg. features . resolution ,
26612661 cfg. features . skip_lint || skip_lint,
0 commit comments