Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit ed24b36

Browse files
committed
dep fixture
1 parent 9f0b2b9 commit ed24b36

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

optional/Cargo.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,9 @@ default = []
1818
debug = []
1919
clone = []
2020
copy = []
21-
gql = ["dep:async-graphql", "dep:tokio", "dep:convert_case"]
21+
gql = ["dep:async-graphql", "dep:tokio"]
2222
sqlx = ["dep:sqlx"]
2323

24-
[dependencies.convert_case]
25-
version = "0.6.0"
26-
optional = true
27-
2824
[dependencies.async-graphql]
2925
version = "7.0.7"
3026
optional = true
@@ -42,8 +38,8 @@ optional = true
4238
quote = { version = "1.0.36", default-features = false }
4339
proc-macro2 = { version = "1.0.86", default-features = false }
4440
syn = { version = "2.0.72", default-features = false, features = ["parsing", "proc-macro"] }
41+
convert_case = { version = "0.6.0" }
4542

4643
[dev-dependencies]
4744
sqlx = { version = "0.8.1" }
4845
async-graphql = { version = "7.0.7" }
49-
convert_case = { version = "0.6.0" }

0 commit comments

Comments
 (0)