Skip to content

Commit a6f214c

Browse files
Markus WesterlindMarwes
authored andcommitted
feat: Update to codespan_reporting 0.9
1 parent 3a10a23 commit a6f214c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+906
-284
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ collect-mac = "0.1.0"
4040
either = "1.0.0"
4141
itertools = "0.8"
4242
futures = { version = "0.3.1", features = ["thread-pool"] }
43-
codespan = "0.3"
44-
codespan-reporting = "0.3"
43+
codespan = "0.9"
44+
codespan-reporting = "0.9"
4545
pin-project = "0.4"
4646
salsa = { version = "0.14.0", package = "gluon-salsa" }
4747

@@ -80,6 +80,7 @@ collect-mac = "0.1.0"
8080
env_logger = "0.7"
8181
failure = "0.1"
8282
failure_derive = "0.1"
83+
insta = "0.16"
8384
pretty_assertions = "0.6"
8485
structopt = "0.3"
8586
tempfile = "3.0.4"
@@ -147,4 +148,4 @@ features = ["docs_rs"]
147148
# debug = 2
148149
#
149150
# [profile.release]
150-
# debug = 2
151+
# debug = 2

base/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ collect-mac = "0.1.0"
2727
anymap = "0.12.0"
2828
itertools = "0.8"
2929
ordered-float = "1"
30-
codespan = "0.3"
31-
codespan-reporting = "0.3"
30+
codespan = "0.9"
31+
codespan-reporting = "0.9"
3232
either = "1"
3333
vec_map = "0.8"
3434
typed-arena = "1"

0 commit comments

Comments
 (0)