use topo_sort to correct acyclic_term (#2124, #2125)

This commit is contained in:
Mark
2023-10-18 11:58:04 -06:00
parent 43f0b6c28d
commit bf46c4b5c1
6 changed files with 151 additions and 199 deletions

7
Cargo.lock generated
View File

@@ -2047,6 +2047,7 @@ dependencies = [
"to-syn-value",
"to-syn-value_derive",
"tokio",
"topo_sort",
"walkdir",
"warp",
"wasm-bindgen",
@@ -2576,6 +2577,12 @@ dependencies = [
"tracing",
]
[[package]]
name = "topo_sort"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "156552d3c80df430aaac98c605a4e0eb7da8d06029cce2d40b4a6b095a34b37e"
[[package]]
name = "tower-service"
version = "0.3.2"