Skip to content

Commit

Permalink
fix: fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Jun 28, 2024
1 parent cae68ce commit 83cfe4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/examples/z_pub.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use std::time::Duration;

use clap::Parser;
use zenoh::{encoding::Encoding, key_expr::KeyExpr, prelude::*, Config};
use zenoh::{bytes::Encoding, key_expr::KeyExpr, prelude::*, Config};
use zenoh_examples::CommonArgs;

#[tokio::main]
Expand Down

0 comments on commit 83cfe4b

Please sign in to comment.