[PR #49] [MERGED] Upgrade libraries. Fix assert_cli #273

Closed
opened 2026-06-08 11:26:40 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/49
Author: @bootandy
Created: 12/31/2019
Status: Merged
Merged: 12/31/2019
Merged by: @bootandy

Base: masterHead: ab-upgrade


📝 Commits (3)

  • da61b15 Upgrade libraries. Fix assert_cli
  • 38938e0 Fix colors on windows
  • a36eec6 Increment version number

📊 Changes

5 files changed (+83 additions, -197 deletions)

View changed files

📝 Cargo.lock (+54 -179)
📝 Cargo.toml (+3 -3)
📝 src/main.rs (+9 -0)
📝 src/tests.rs (+16 -15)
📝 src/utils/platform.rs (+1 -0)

📄 Description

New assert_cli library requires we cast the param passed to 'is()' as
it can no longer cast implicitly. I am guessing this is because it is
due to confusion between whether to cast to u8 or str


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/49 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 12/31/2019 **Status:** ✅ Merged **Merged:** 12/31/2019 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `ab-upgrade` --- ### 📝 Commits (3) - [`da61b15`](https://github.com/bootandy/dust/commit/da61b157155ab63e0f65d8b0a5d83c887c4b638f) Upgrade libraries. Fix assert_cli - [`38938e0`](https://github.com/bootandy/dust/commit/38938e005ea7437533771099419012580461f2f1) Fix colors on windows - [`a36eec6`](https://github.com/bootandy/dust/commit/a36eec6cae7f8236389153d440d0e4b4604a8a94) Increment version number ### 📊 Changes **5 files changed** (+83 additions, -197 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+54 -179) 📝 `Cargo.toml` (+3 -3) 📝 `src/main.rs` (+9 -0) 📝 `src/tests.rs` (+16 -15) 📝 `src/utils/platform.rs` (+1 -0) </details> ### 📄 Description New assert_cli library requires we cast the param passed to 'is()' as it can no longer cast implicitly. I am guessing this is because it is due to confusion between whether to cast to u8 or str --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:26:40 +03:00
zhus closed this issue 2026-06-08 11:26:41 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#273