mirror of
https://github.com/hannobraun/Fornjot
synced 2026-07-10 00:25:37 +00:00
Remove unused workspace dependency declarations
This commit is contained in:
-25
@@ -55,28 +55,3 @@ missing_docs = "warn"
|
||||
# a) that will be obvious, even without a lint, and
|
||||
# b) it provides benefits in private APIs with top-level re-exports.
|
||||
module_inception = "allow"
|
||||
|
||||
|
||||
[workspace.dependencies.fj]
|
||||
version = "0.49.0"
|
||||
path = "crates/fj"
|
||||
|
||||
[workspace.dependencies.fj-core]
|
||||
version = "0.49.0"
|
||||
path = "crates/fj-core"
|
||||
|
||||
[workspace.dependencies.fj-export]
|
||||
version = "0.49.0"
|
||||
path = "crates/fj-export"
|
||||
|
||||
[workspace.dependencies.fj-interop]
|
||||
version = "0.49.0"
|
||||
path = "crates/fj-interop"
|
||||
|
||||
[workspace.dependencies.fj-math]
|
||||
version = "0.49.0"
|
||||
path = "crates/fj-math"
|
||||
|
||||
[workspace.dependencies.fj-viewer]
|
||||
version = "0.49.0"
|
||||
path = "crates/fj-viewer"
|
||||
|
||||
Reference in New Issue
Block a user