Skip to content

Commit

Permalink
use serde::Deserialize
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuk committed Jun 21, 2022
1 parent 6e789c0 commit 87f0518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion springql/tests/test_support/request_body.rs
@@ -1,6 +1,6 @@
// This file is part of https://github.com/SpringQL/SpringQL which is licensed under MIT OR Apache-2.0. See file LICENSE-MIT or LICENSE-APACHE for full license details.

use serde_derive::Deserialize;
use serde::Deserialize;

#[derive(Debug, Clone, PartialEq, Deserialize)]
pub struct PostTaskGraphBody {
Expand Down

0 comments on commit 87f0518

Please sign in to comment.