Skip to content
This repository was archived by the owner on Oct 30, 2019. It is now read-only.

Commit 68577e3

Browse files
authored
fix async-datagram dep (#59)
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 33306fb commit 68577e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runtime-native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runtime-raw = { path = "../runtime-raw", version = "0.3.0-alpha.4" }
2020
async-datagram = "2.2.0"
2121
juliex = "0.3.0-alpha.6"
2222
lazy_static = "1.3.0"
23-
romio = "0.3.0-alpha.7"
23+
romio = "0.3.0-alpha.9"
2424
futures-timer = "0.2.1"
2525

2626
[target.'cfg(target_arch = "wasm32")'.dependencies]

runtime-native/src/not_wasm32/udp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use async_datagram::AsyncDatagram;
1+
use romio::raw::AsyncDatagram;
22

33
use std::io;
44
use std::net::{Ipv4Addr, Ipv6Addr, SocketAddr};

0 commit comments

Comments
 (0)