Skip to content

Commit

Permalink
Merge branch 'master' into update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Stjepan Glavina authored Sep 8, 2019
2 parents 0db4c5c + a8a2ae9 commit ff440db
Show file tree
Hide file tree
Showing 6 changed files with 485 additions and 456 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ unstable = []
async-task = "1.0.0"
cfg-if = "0.1.9"
crossbeam-channel = "0.3.9"
futures-channel-preview = "0.3.0-alpha.18"
futures-core-preview = "0.3.0-alpha.18"
futures-io-preview = "0.3.0-alpha.18"
futures-timer = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/print-file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use async_std::io;
use async_std::prelude::*;
use async_std::task;

const LEN: usize = 4 * 1024 * 1024; // 4 Mb
const LEN: usize = 16 * 1024; // 16 Kb

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

0 comments on commit ff440db

Please sign in to comment.