Skip to content

Commit

Permalink
add version for geodesy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rennzie committed Nov 24, 2023
1 parent d7178b8 commit f69c37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ default = ["console_error_panic_hook", "console_log"]
[dependencies]
wasm-bindgen = "0.2.86"

geodesy_rs = { package = "geodesy", git = "https://github.com/Rennzie/geodesy.git", rev = "499f17952fa21a49a0e6a0a3d4cd35ab17c1bd1f", features = [
geodesy_rs = { package = "geodesy", git = "https://github.com/Rennzie/geodesy.git", rev = "499f17952fa21a49a0e6a0a3d4cd35ab17c1bd1f", version = "0.11.1", features = [
"js",
] }

Expand Down

0 comments on commit f69c37c

Please sign in to comment.