Skip to content

Commit

Permalink
fix stun examples
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Mar 2, 2024
1 parent 69f501c commit f5fdb1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions rtc-stun/examples/stun_client.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use stun::client::*;
use stun::message::*;
use stun::xoraddr::*;
use rtc_stun::client::*;
use rtc_stun::message::*;
use rtc_stun::xoraddr::*;

use clap::Parser;
use shared::error::Error;
Expand Down
2 changes: 1 addition & 1 deletion rtc-stun/examples/stun_decode.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use base64::prelude::*;
use clap::Parser;

use stun::message::Message;
use rtc_stun::message::Message;

#[derive(Parser)]
#[command(name = "STUN decode")]
Expand Down

0 comments on commit f5fdb1a

Please sign in to comment.