Skip to content

Commit

Permalink
👽️ zv: Update glib API use in gvariant tests
Browse files Browse the repository at this point in the history
Should have been part of 2a5d82c.
  • Loading branch information
zeenix committed Feb 22, 2024
1 parent 2d6ac89 commit ed10156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zvariant/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ mod tests {
use std::str::FromStr;

#[cfg(feature = "gvariant")]
use glib::{Bytes, FromVariant, Variant};
use glib::{variant::FromVariant, Bytes, Variant};
use serde::{Deserialize, Serialize};

use crate::{serialized::Data, to_bytes, to_bytes_for_signature, MaxDepthExceeded};
Expand Down

0 comments on commit ed10156

Please sign in to comment.