Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 2931508

Browse files
committed
Introduce mas-cli doctor, a simple diagnostic tool
This should help users to diagnose common issues with their setup.
1 parent ea223a2 commit 2931508

File tree

8 files changed

+468
-20
lines changed

8 files changed

+468
-20
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ features = ["derive"] # Most of the time, if we need serde, we need derive
9494
# JSON serialization and deserialization
9595
[workspace.dependencies.serde_json]
9696
version = "1.0.112"
97+
features = ["preserve_order"]
9798

9899
# Custom error types
99100
[workspace.dependencies.thiserror]

0 commit comments

Comments
 (0)