Skip to content

Commit ff440db

Browse files
author
Stjepan Glavina
authored
Merge branch 'master' into update-deps
2 parents 0db4c5c + a8a2ae9 commit ff440db

File tree

6 files changed

+485
-456
lines changed

6 files changed

+485
-456
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ unstable = []
2727
async-task = "1.0.0"
2828
cfg-if = "0.1.9"
2929
crossbeam-channel = "0.3.9"
30-
futures-channel-preview = "0.3.0-alpha.18"
3130
futures-core-preview = "0.3.0-alpha.18"
3231
futures-io-preview = "0.3.0-alpha.18"
3332
futures-timer = "0.4.0"

examples/print-file.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use async_std::io;
77
use async_std::prelude::*;
88
use async_std::task;
99

10-
const LEN: usize = 4 * 1024 * 1024; // 4 Mb
10+
const LEN: usize = 16 * 1024; // 16 Kb
1111

1212
fn main() -> io::Result<()> {
1313
let path = args().nth(1).expect("missing path argument");

0 commit comments

Comments
 (0)