2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-16 10:49:55 +00:00

Update src/lib.rs

This commit is contained in:
Yoshua Wuyts 2020-02-17 13:38:24 +01:00 committed by GitHub
parent 283a54a155
commit d87e283215
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -226,7 +226,7 @@
//!
//! ```toml
//! [dependencies.async-std]
//! version = "1.0.0"
//! version = "1.5.0"
//! default-features = false
//! features = ["alloc"]
//! ```