Skip to content

Commit

Permalink
replace dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Nov 20, 2022
1 parent 27a73c3 commit 9aaf41f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ bytes = "1"
prost = "0.11"
lazy_static = "1.4.0"
pprof = { version = "0.11", features = ["flamegraph"] }
tzf-rel = { git = "http://github.com/ringsaturn/tzf-rel", tag = "v0.0.2022-f5"}
geometry-rs = { git = "http://github.com/ringsaturn/geometry-rs", tag = "v0.1.0"}
# tzf-rel = { git = "http://github.com/ringsaturn/tzf-rel", tag = "v0.0.2022-f5"}
tzf-rel = "0.0.2022-f5"
# geometry-rs = { git = "http://github.com/ringsaturn/geometry-rs", tag = "v0.1.0"}
geometry-rs = "0.1.2"

[build-dependencies]
prost-build = "0.11"
Expand Down

0 comments on commit 9aaf41f

Please sign in to comment.