Skip to content

Commit

Permalink
fix(deps): patch for srtm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeromos Kovacs committed Aug 2, 2024
1 parent d6e78b5 commit db380d2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 30 deletions.
58 changes: 29 additions & 29 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ fit_file = "0.6.0"
geo-types = "0.7.13"
gpx = "0.10.0"
rayon = "1.10.0"
srtm = { git = "https://github.com/jeromeschmied/srtm", version = "0.2.1" }
srtm = "0.2.1"
time = { version = "0.3.36", default-features = false }

[patch.crates-io]
srtm = { git = "https://github.com/jeromeschmied/srtm" }

0 comments on commit db380d2

Please sign in to comment.