Skip to content

Commit cc56f99

Browse files
committed
based chained errors on unreleased master branch norad sources
1 parent 0ff35b4 commit cc56f99

File tree

2 files changed

+28
-18
lines changed

2 files changed

+28
-18
lines changed

Cargo.lock

Lines changed: 26 additions & 17 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)