Skip to content

Commit

Permalink
use norad master branch revision following linebender/norad#157
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Aug 16, 2021
1 parent d123d42 commit f07bd6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude = [
]

[dependencies]
norad = { version = "0.4", features = ["rayon"] }
norad = { git = "https://github.com/linebender/norad", rev = "1a20be6", features = ["rayon"] }
structopt = "0.3"
colored = "2.0"
rayon = "1.5"
Expand Down

0 comments on commit f07bd6b

Please sign in to comment.