Update dependency spec (#217)

This commit is contained in:
Steven Fackler
2018-01-12 11:48:10 -08:00
committed by Carl Lerche
parent 758112acbe
commit 9f4d463dba

View File

@@ -11,7 +11,7 @@
//! //!
//! ```toml //! ```toml
//! [dependencies] //! [dependencies]
//! h2 = { git = 'https://github.com/carllerche/h2' } # soon to be on crates.io! //! h2 = "0.1"
//! ``` //! ```
//! //!
//! Next, add this to your crate: //! Next, add this to your crate: