Skip to content

Commit

Permalink
Update fast-paths
Browse files Browse the repository at this point in the history
(Should repeat benchmarks at some point)
  • Loading branch information
dabreegster committed May 11, 2024
1 parent 5b3434d commit 3bbcbc2
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
30 changes: 24 additions & 6 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 od2net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ clap = { version = "4.5.1", features = ["derive"] }
console = "0.15.8"
csv = "1.3.0"
elevation = { git = "https://github.com/dabreegster/elevation" }
fast_paths = { git = "https://github.com/easbar/fast_paths" }
fast_paths = "1.0.0"
fs-err = "2.11.0"
geo = "0.28.0"
geojson = { git = "https://github.com/georust/geojson" }
Expand Down
2 changes: 1 addition & 1 deletion wasm-od2net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib", "rlib"]
bincode = "1.3.1"
console_error_panic_hook = "0.1.6"
console_log = "1.0.0"
fast_paths = { git = "https://github.com/easbar/fast_paths" }
fast_paths = "1.0.0"
fs-err = "2.9.0"
geojson = { git = "https://github.com/georust/geojson" }
instant = { version = "0.1.12", features = ["wasm-bindgen"] }
Expand Down

0 comments on commit 3bbcbc2

Please sign in to comment.