Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 3073111

Browse files
committed
Don't require unused codespan-reporting
1 parent 17efdba commit 3073111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ target-lexicon = "0.10"
3333
tempfile = { version = "3", optional = true }
3434
pico-args = { version = "0.3", optional = true }
3535
lasso = "0.2"
36-
codespan = "0.9"
36+
codespan = { version = ">=0.9.5", default-features = false }
3737
color-backtrace = { version = "0.4", default-features = false, optional = true }
3838
counter = "0.4"
3939
atty = { version = "0.2", default-features = false, optional = true }

0 commit comments

Comments
 (0)