Skip to content

Commit 2fe383c

Browse files
committed
based chained errors on unreleased master branch norad sources
1 parent d06addb commit 2fe383c

File tree

2 files changed

+43
-36
lines changed

2 files changed

+43
-36
lines changed

Cargo.lock

Lines changed: 41 additions & 35 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ exclude = [
1616
]
1717

1818
[dependencies]
19-
norad = { version = "0.6.0", features = ["rayon"] }
19+
# norad = { version = "0.6.0", features = ["rayon"] }
20+
norad = { git = "https://github.com/linebender/norad", branch = "master" }
2021
structopt = "0.3"
2122
colored = "2.0"
2223
rayon = "1.5"

0 commit comments

Comments
 (0)