Skip to content

Commit

Permalink
Fix full moon version
Browse files Browse the repository at this point in the history
Supersedes #128
  • Loading branch information
evaera committed May 5, 2023
1 parent 3ebe513 commit bc9dc49
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 4 deletions.
37 changes: 34 additions & 3 deletions extractor/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 extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ opt-level = 1
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
full_moon = { git = "https://github.com/Kampfkarren/full-moon.git", rev = "5a8262720399c6540ade4210c4735d40b2e2df15" } # Specify commit fixing newlines until new release is cut
full_moon = { version = "0.18.1", features = ["stacker"] }
walkdir = "2"
anyhow = "1.0.28"
codespan-reporting = "0.9.5"
Expand Down

0 comments on commit bc9dc49

Please sign in to comment.