Replace GAT with lifetime on trait in node graph

This commit is contained in:
Dennis
2022-08-01 23:44:11 -07:00
committed by Keavon Chambers
parent 7384514b87
commit 6349edfeb3
10 changed files with 185 additions and 217 deletions
-4
View File
@@ -6,9 +6,5 @@ description = "Api definitions for graphene"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
const_default = ["const-default"]
default = ["const_default"]
[dependencies]
const-default = { version = "1.0", optional = true }