mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-11 13:28:28 +00:00
Remove unused dependency
This commit is contained in:
parent
1d2ce022ed
commit
a1433a6e2c
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -950,7 +950,6 @@ name = "fj-core"
|
|||||||
version = "0.49.0"
|
version = "0.49.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"approx 0.5.1",
|
|
||||||
"fj-interop",
|
"fj-interop",
|
||||||
"fj-math",
|
"fj-math",
|
||||||
"itertools",
|
"itertools",
|
||||||
|
@ -14,7 +14,6 @@ categories.workspace = true
|
|||||||
workspace = true
|
workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
approx = "0.5.1"
|
|
||||||
fj-interop.workspace = true
|
fj-interop.workspace = true
|
||||||
fj-math.workspace = true
|
fj-math.workspace = true
|
||||||
itertools = "0.13.0"
|
itertools = "0.13.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user