Skip to content

Commit 3ab42ec

Browse files
committed
bump colored and MSRV
1 parent 13d50bc commit 3ab42ec

File tree

3 files changed

+15
-82
lines changed

3 files changed

+15
-82
lines changed

Cargo.lock

Lines changed: 12 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "A test framework for testing rustc diagnostics output"
77
repository = "https://github.com/oli-obk/ui_test"
8-
rust-version = "1.78"
8+
rust-version = "1.80"
99

1010
[lib]
1111
test = true # we have unit tests
1212
doctest = false # but no doc tests
1313

1414
[dependencies]
1515
rustc_version = "0.4"
16-
colored = "2"
16+
colored = "3"
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = "1.0"
1919
cargo_metadata = { version = "0.18", optional = true }

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.78"
2+
channel = "1.80"
33
components = [ "rustfmt", "clippy", "rust-src" ]
44
profile = "minimal"

0 commit comments

Comments
 (0)