mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-08-12 10:59:46 +02:00
feat: fix serialization of enum args for graphql
This commit is contained in:
@@ -18,7 +18,7 @@ eyre = "0.6.8"
|
||||
futures = "0.3.27"
|
||||
gql_client = "1.0.7"
|
||||
serde = { version = "1.0.152", features = ["derive"] }
|
||||
serde_json = "1.0.93"
|
||||
serde_json = { version = "1.0.93", features = ["raw_value"] }
|
||||
tokio = { version = "1.25.0", features = ["full"] }
|
||||
derive_builder = "0.12.0"
|
||||
|
||||
|
Reference in New Issue
Block a user