Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Commit

Permalink
release 0.12.0-alpha.2
Browse files Browse the repository at this point in the history
* bump up `bitflags` to 1.0.4
* bump up `tokio` to 0.1.8 and remove deps for `tokio-fs`
* switch to the new output abstraction
* reform query APIs
  • Loading branch information
ubnt-intrepid committed Aug 26, 2018
1 parent 6294fd7 commit 3a6444e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "finchers"
version = "0.12.0-alpha.1" # don't forget to update html_root_url in lib.rs
version = "0.12.0-alpha.2" # don't forget to update html_root_url in lib.rs
description = "A combinator library for builidng asynchronous HTTP services"
authors = ["Yusuke Sasaki <yusuke.sasaki.nuem@gmail.com>"]
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
//! }
//! ```

#![doc(html_root_url = "https://docs.rs/finchers/0.12.0-alpha.1")]
#![doc(html_root_url = "https://docs.rs/finchers/0.12.0-alpha.2")]
#![warn(
missing_docs,
missing_debug_implementations,
Expand Down

0 comments on commit 3a6444e

Please sign in to comment.