Skip to content

Commit 5833da5

Browse files
authored
v0.3.1 (#56)
* Add detection for color scheme * Release v0.3.1
1 parent 37cc970 commit 5833da5

File tree

4 files changed

+255
-228
lines changed

4 files changed

+255
-228
lines changed

Cargo.lock

Lines changed: 34 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "repo-quest"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55
description = "Interactive programming tutorials via Github."
66
license = "MIT OR Apache-2.0"
@@ -29,6 +29,7 @@ serde_json = "1.0.120"
2929
shell-escape = "0.1.5"
3030
shlex = "1.3.0"
3131
strum = {version = "0.27.1", features = ["derive"]}
32+
terminal-colorsaurus = "0.4.8"
3233
tokio = {version = "1.44.0", features = ["rt-multi-thread", "macros"]} # should match octocrab
3334
tokio-retry = "0.3.0"
3435
toml = "0.8.15"

GUIDE.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)