338 Commits

Author SHA1 Message Date
Sergio Gasquez
4ce421288a docs: 📝 Update requirements 2022-10-27 12:13:04 +02:00
Sergio Gasquez Arcos
799d454a15
Merge pull request #18 from esp-rs/feature/doc-update
Feature/doc update
2022-10-27 10:35:02 +02:00
Sergio Gasquez Arcos
f3bdc714b0
Merge branch 'main' into feature/doc-update 2022-10-27 10:34:50 +02:00
Sergio Gasquez Arcos
7af45f5999
Merge pull request #27 from esp-rs/feature/rustup-check
Add `rustup` as a requirement
2022-10-27 10:32:09 +02:00
Sergio Gasquez Arcos
154093717d
Merge branch 'main' into feature/llvm-argument 2022-10-26 17:09:18 +02:00
Sergio Gasquez Arcos
b2ca668652
Merge pull request #31 from esp-rs/feature/config-file
Add configuration file
2022-10-26 16:52:59 +02:00
Sergio Gasquez
da8f8b45db chore: 📌 Add MSRV 2022-10-26 16:44:57 +02:00
Sergio Gasquez
34a4b19cc9 build: ️ Revert cargo.toml 2022-10-26 09:31:41 +00:00
Sergio Gasquez
329f8bdb6a chore: ️ Fix clippy warnings 2022-10-26 09:14:50 +00:00
Sergio Gasquez
80b5f1bc3f chore: ️ Fix clippy warnings 2022-10-26 09:08:53 +00:00
Sergio Gasquez
b69e7c81ea docs: 📝 Add/improve fn documentation 2022-10-26 09:03:54 +00:00
Sergio Gasquez
0da0745ea1 build: Add regex 2022-10-26 08:51:48 +00:00
Sergio Gasquez
7a8b2039f2 refactor: ️ Improve update subcommand and add toolchain_version parser 2022-10-26 08:51:28 +00:00
Sergio Gasquez
1bfef0e3db feat: Update uninstall subcommand 2022-10-25 15:47:16 +00:00
Sergio Gasquez
9e39079154 chore: 🎨 Code cleanup 2022-10-25 15:02:06 +00:00
Sergio Gasquez
f405512801 refactor: 🎨 Update config 2022-10-25 15:00:29 +00:00
Sergio Gasquez
8fd3dccb50 fix: 🐛 Fix clippy warnings 2022-10-25 12:31:16 +00:00
Sergio Gasquez
803228087d fix: 🐛 Fix return 2022-10-25 12:29:03 +00:00
Sergio Gasquez
51a8f10f03 feat: 🔥 Remove llvm 14 argument 2022-10-25 14:20:16 +02:00
Sergio Gasquez
010a1ca4f8 docs: 📝 Add libtinfo5 dependency 2022-10-25 10:07:25 +00:00
Sergio Gasquez
c0aa846fac docs: 📝 Add libtinfo5 dependency 2022-10-25 09:34:44 +00:00
Sergio Gasquez
f512d89d54 Merge branch 'main' into feature/llvm-argument 2022-10-25 09:34:06 +00:00
Sergio Gasquez
d3a2496b4e build: Add libtinfo5 2022-10-25 09:33:48 +00:00
Sergio Gasquez
a62b98e651 refactor: 🎨 Update format for llvm 15 2022-10-25 09:33:29 +00:00
Sergio Gasquez Arcos
aca2f3c3cf
Merge pull request #29 from esp-rs/dependabot/cargo/clap-4.0.18
build(deps): bump clap from 4.0.15 to 4.0.18
2022-10-25 10:11:02 +02:00
Sergio Gasquez Arcos
6d010ed51c
Merge pull request #30 from esp-rs/dependabot/cargo/anyhow-1.0.66
build(deps): bump anyhow from 1.0.65 to 1.0.66
2022-10-25 10:05:25 +02:00
dependabot[bot]
837daf570c
build(deps): bump anyhow from 1.0.65 to 1.0.66
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.65 to 1.0.66.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.65...1.0.66)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 21:41:32 +00:00
dependabot[bot]
6db994f70b
build(deps): bump clap from 4.0.15 to 4.0.18
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.15 to 4.0.18.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.0.15...v4.0.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 21:41:23 +00:00
Sergio Gasquez Arcos
c3b6cdd04b
Merge pull request #28 from andywwright/patch-1
Ubuntu 22 fails otherwise
2022-10-21 12:57:57 +02:00
Andy Wright
ded6490471
Ubuntu 22 fails otherwise 2022-10-21 11:46:39 +01:00
Sergio Gasquez
19acf19d17 feat: Initial suppor for config file 2022-10-21 09:45:35 +00:00
Sergio Gasquez Arcos
12bbe68b02
docs: 📝Update format 2022-10-21 09:51:47 +02:00
Sergio Gasquez
e7c423b59d docs: 📝 Add fedora dependencies 2022-10-20 11:08:28 +00:00
Sergio Gasquez
0b33434db4 fix: 🐛 FIx dist path 2022-10-19 16:58:15 +02:00
Sergio Gasquez
f00711d283 fix: ️ Only remove dist folder if it exists 2022-10-19 16:49:43 +02:00
Sergio Gasquez
c80e566e33 docs: 📝 Add git requirement for windows 2022-10-19 16:29:55 +02:00
Sergio Gasquez
0e06b1bf1c fix: 🐛 Fix windows compilation 2022-10-19 14:09:20 +02:00
Sergio Gasquez
535b43a598 fix: 🐛 Fix LIBCLANG_PATH for LLVM 15 2022-10-19 12:04:29 +00:00
Sergio Gasquez
901ed28535 docs: 📝 Add matrix channel badge 2022-10-19 10:54:22 +02:00
Sergio Gasquez
7907ff0cb3 fix: 🎨 Clean clippy warning: fix includes 2022-10-18 13:10:40 +00:00
Sergio Gasquez
ba9ae0e8cb docs: 📝 Add rustup as requirement 2022-10-18 12:56:08 +00:00
Sergio Gasquez
84cb87205e refactor: ♻️ Bail when rustup is not installed 2022-10-18 12:55:55 +00:00
Sergio Gasquez
4174e35119 feat: Support new llvm targets 2022-10-18 11:31:02 +00:00
Sergio Gasquez Arcos
e02471b37a
Merge pull request #22 from esp-rs/feature/reuse-installations
Check if GCC or LLVM are installed, if so, reuse them. Improve logs
2022-10-18 12:59:32 +02:00
Sergio Gasquez Arcos
dc3f820675
Merge pull request #24 from esp-rs/dependabot/cargo/zip-0.6.3
build(deps): bump zip from 0.6.2 to 0.6.3
2022-10-18 10:41:42 +02:00
Sergio Gasquez Arcos
f3802e7cf5
Merge pull request #25 from esp-rs/dependabot/cargo/clap-4.0.15
build(deps): bump clap from 4.0.10 to 4.0.15
2022-10-18 10:41:25 +02:00
dependabot[bot]
359f86d219
build(deps): bump clap from 4.0.10 to 4.0.15
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.10 to 4.0.15.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.0.10...v4.0.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-17 21:36:54 +00:00
dependabot[bot]
72b7c9be07
build(deps): bump zip from 0.6.2 to 0.6.3
Bumps [zip](https://github.com/zip-rs/zip) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/zip-rs/zip/releases)
- [Commits](https://github.com/zip-rs/zip/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-17 21:36:45 +00:00
Sergio Gasquez
449eaec338 feat: Add llvm-version arg 2022-10-17 14:49:51 +00:00
Sergio Gasquez
3b5bed7587 chore: ️ Check if GCC or LLVM is installed, if so, reuse it 2022-10-17 13:42:27 +00:00