mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #49] [MERGED] Upgrade libraries. Fix assert_cli #273
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:ab-upgrade📝 Commits (3)
da61b15Upgrade libraries. Fix assert_cli38938e0Fix colors on windowsa36eec6Increment 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.