leo/leo
dependabot[bot] 2a63ab7c47
Bump eyre from 0.6.7 to 0.6.8
Bumps [eyre](https://github.com/yaahc/eyre) from 0.6.7 to 0.6.8.
- [Release notes](https://github.com/yaahc/eyre/releases)
- [Changelog](https://github.com/yaahc/eyre/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yaahc/eyre/compare/v0.6.7...v0.6.8)

---
updated-dependencies:
- dependency-name: eyre
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 10:17:54 +00:00
..
commands create folder for unused cli commands 2022-02-22 15:40:59 -08:00
errors Bump eyre from 0.6.7 to 0.6.8 2022-04-05 10:17:54 +00:00
package Bump zip from 0.5.13 to 0.6.0 2022-03-21 10:46:07 +00:00
span remove as and imports 2022-03-28 07:42:23 -07:00
tests fix leo clippy 2022-02-16 10:22:15 -08:00
api.rs merge master, fix tests 2021-08-04 17:30:54 -07:00
config.rs cleanup courtesy of clippy 2021-09-23 17:06:48 +02:00
context.rs Merge branch 'master' into leo-manifest-dependencies 2021-08-19 18:04:05 +03:00
lib.rs circleci updated rust version 2021-08-13 10:48:38 -07:00
logger.rs clippy 2022-01-17 16:30:08 -08:00
main.rs fix leo clippy 2022-02-16 10:22:15 -08:00
README.md restructure compiler and delete unused code 2022-02-22 15:12:52 -08:00
updater.rs clippy fix, tyring to debug cli upadte on osx 2021-08-13 11:35:48 -07:00

Overview

This directory contains the source code for the Leo command line interface.
For a comprehensive list of commands and usage see the developer documentation.

The leo-errors and leo-package modules are also included in this directory for convenience. However, they are also used throughout the compiler/ directory and leo-compiler module.