mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2026-01-23 12:31:01 +01:00
fix: serialization of enum args for graphql (#34)
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