Update to leo_lang

This commit is contained in:
howardwu 2020-08-21 04:43:28 -07:00
parent 7461d560f2
commit f063d989ff

View File

@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with the Leo library. If not, see <https://www.gnu.org/licenses/>.
use leo::{cli::*, commands::*, config::Config, errors::CLIError};
use leo_lang::{cli::*, commands::*, config::Config, errors::CLIError};
use clap::{App, AppSettings, Arg};