Skip to content

Commit

Permalink
use released crate
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Oct 26, 2024
1 parent b49bf35 commit da25571
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 @@ -11,7 +11,7 @@ edition = "2021"

[dependencies]
geo-types = { version = "0.7.8", optional = true }
geo-traits = { git = "https://github.com/kylebarron/geo", rev = "2b776919d561547f2e2658f804ce42574869d44b" }
geo-traits = "0.1"
num-traits = "0.2"
serde = { version = "1.0", default-features = false, optional = true }
thiserror = "1.0.23"
Expand Down

0 comments on commit da25571

Please sign in to comment.