879 Commits

Author SHA1 Message Date
Sergio Gasquez Arcos
3e0b164421
Merge pull request #125 from jessebraham/fixes/misc
Small fixes and cleanup
2023-01-02 13:37:15 +01:00
Jesse Braham
9bad4e8a57 Silence output from invoked script/application when install Rust 2022-12-31 10:10:55 -08:00
Jesse Braham
c095b89338 Fix some typos, more consistent quoting in output 2022-12-31 09:42:40 -08:00
Jesse Braham
acca45cb83 Use a single package directories instead for determining paths 2022-12-31 09:42:17 -08:00
Jesse Braham
8c1b513b2f Do not depend on strum_macros explicitly, as it's included via strum's derive feature 2022-12-31 09:40:22 -08:00
Sergio Gasquez Arcos
542591b4e0
Merge pull request #124 from esp-rs/feature/add-tests
Add unit tests
2022-12-30 12:08:55 +01:00
Sergio Gasquez
9776c0b1be fix: 🎨 Fix clippy warnings 2022-12-30 12:00:22 +01:00
Sergio Gasquez
eff79cf661 test: Fix windows tests 2022-12-30 11:54:50 +01:00
Sergio Gasquez
79d1c469cd test: Add export_environment tests 2022-12-30 11:35:54 +01:00
Sergio Gasquez
b91c8c525c style: 🎨 Remove unused comment 2022-12-30 11:30:05 +01:00
Sergio Gasquez
a1c68ab985 test: Add download_file tests 2022-12-30 11:24:31 +01:00
Sergio Gasquez
d8450d94e7 refactor: 🔥 Remove get_home_dir fn 2022-12-30 10:55:57 +01:00
Sergio Gasquez
1ece99a510 test: Add get_rustup_home tests 2022-12-30 10:52:36 +01:00
Sergio Gasquez
c2965b3276 test: Add get_cargo_home tests 2022-12-30 10:50:48 +01:00
Sergio Gasquez Arcos
7ab8ad9cdc
Merge pull request #116 from esp-rs/dependabot/cargo/clap-4.0.32
build(deps): bump clap from 4.0.29 to 4.0.32
2022-12-30 10:40:04 +01:00
Sergio Gasquez Arcos
8580850e2f
Merge pull request #117 from esp-rs/dependabot/cargo/serde-1.0.152
build(deps): bump serde from 1.0.151 to 1.0.152
2022-12-30 10:39:52 +01:00
Sergio Gasquez Arcos
ee802612c2
Merge pull request #122 from esp-rs/fix/help-documentation
Fix install help documentation
2022-12-30 10:39:38 +01:00
Sergio Gasquez
4fd66bdc3c docs: 📝 Update export_file documentation 2022-12-30 10:38:47 +01:00
Sergio Gasquez
1a21ef9593 test: 🧪 Add a test case: Export file path is a directory 2022-12-30 10:25:43 +01:00
Sergio Gasquez
87863fe8f8 fix: Fix tests 2022-12-30 10:10:18 +01:00
Sergio Gasquez
67e03c878c fix: 🐛 Fix clippy warnings 2022-12-29 13:12:15 +00:00
Sergio Gasquez
8d9e5f1333 docs: 📝 Update update usage section 2022-12-29 13:04:15 +00:00
Sergio Gasquez
fc38f3330c docs: 📝 Update install usage section 2022-12-29 13:03:21 +00:00
Sergio Gasquez
6aae03d230 feat: Check if the provided export-file is a file path 2022-12-29 13:00:26 +00:00
Sergio Gasquez
829820f4c8 docs: 📝 Update export_file documentation 2022-12-29 13:44:43 +01:00
Sergio Gasquez
eae6ff61ef docs: 📝 Update profile-minimal documentation 2022-12-29 13:12:56 +01:00
Sergio Gasquez
6448fc39ae docs: 📝 Update esp-idf-version documentation 2022-12-29 13:05:50 +01:00
dependabot[bot]
b41a588e02
build(deps): bump serde from 1.0.151 to 1.0.152
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.151 to 1.0.152.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.151...v1.0.152)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-29 09:03:51 +00:00
Sergio Gasquez Arcos
989ac4ada3
Merge pull request #118 from esp-rs/dependabot/cargo/async-trait-0.1.60
build(deps): bump async-trait from 0.1.59 to 0.1.60
2022-12-29 10:02:32 +01:00
Sergio Gasquez Arcos
6a79c83dc6
Merge pull request #119 from esp-rs/dependabot/cargo/openssl-0.10.45
build(deps): bump openssl from 0.10.44 to 0.10.45
2022-12-28 11:50:27 +01:00
Sergio Gasquez Arcos
f21e78d337
Merge pull request #120 from esp-rs/fix/uninstall
Update uninstall command
2022-12-27 12:13:05 +01:00
Sergio Gasquez Arcos
9954cc82c1
Merge pull request #110 from esp-rs/fix/default-host-error
Add possibles values to default_host arguments
2022-12-27 11:12:20 +01:00
Sergio Gasquez
7bc3f5adf8 chore: 🔊 Update logs 2022-12-27 10:09:26 +00:00
Sergio Gasquez
852af724b2 docs: 📝 Add documentation for uninstall methods 2022-12-27 10:30:43 +01:00
Sergio Gasquez
b52cb2cff9 refactor: ♻️ Use uinstall methods 2022-12-27 10:22:18 +01:00
Sergio Gasquez
68a116b00c refactor: ♻️ Add uninstall method 2022-12-27 10:21:35 +01:00
Sergio Gasquez
f25545e0f3 refactor: ♻️ Add uninstall method 2022-12-27 10:21:25 +01:00
Sergio Gasquez
8f2ce52020 refactor: ♻️ Add uninstall methods 2022-12-27 10:20:56 +01:00
Sergio Gasquez
abf4d4d7c0 refactor: ♻️ Add uninstall method 2022-12-27 10:19:21 +01:00
Sergio Gasquez
fd38112ef8 refactor: ♻️ Add delete method 2022-12-27 10:18:21 +01:00
Sergio Gasquez Arcos
f06c8e0566
Merge pull request #115 from esp-rs/feature/install-ulp
Install GCC toolchain for ULP coprocessors
2022-12-27 10:10:11 +01:00
dependabot[bot]
bb86ff30bc
build(deps): bump openssl from 0.10.44 to 0.10.45
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.44 to 0.10.45.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.44...openssl-v0.10.45)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-26 21:06:42 +00:00
dependabot[bot]
f877688e2e
build(deps): bump async-trait from 0.1.59 to 0.1.60
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.59 to 0.1.60.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.59...0.1.60)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-26 21:06:34 +00:00
dependabot[bot]
3aef531db9
build(deps): bump clap from 4.0.29 to 4.0.32
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.29 to 4.0.32.
- [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.29...v4.0.32)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-26 21:06:18 +00:00
Sergio Gasquez Arcos
db2ea65077
Merge pull request #99 from esp-rs/feature/change-ubuntu
Update ubuntu version used in CI
2022-12-23 16:34:45 +01:00
Sergio Gasquez Arcos
167421cfe8
Merge pull request #101 from esp-rs/dependabot/cargo/anyhow-1.0.68
build(deps): bump anyhow from 1.0.66 to 1.0.68
2022-12-23 16:30:32 +01:00
Sergio Gasquez Arcos
d89d3fa831
Merge pull request #102 from esp-rs/dependabot/cargo/thiserror-1.0.38
build(deps): bump thiserror from 1.0.37 to 1.0.38
2022-12-23 16:29:54 +01:00
Sergio Gasquez Arcos
fa18737382
Merge pull request #114 from esp-rs/fix/llvm-uninstall
Improve LLVM uninstall
2022-12-23 16:04:53 +01:00
Sergio Gasquez
52349c81d1 fix: 🐛 Clippy warnings 2022-12-23 15:33:05 +01:00
Sergio Gasquez
46bc2f141a fix: 🐛 Properly delete Xtensa Rust in windows 2022-12-23 15:01:43 +01:00