Skip to content

Commit

Permalink
Move to 0.16-dev on master.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Jul 14, 2021
1 parent 13511f3 commit 5c560de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = "cookie"
version = "0.15.1"
version = "0.16.0-dev"
authors = ["Sergio Benitez <sb@sergio.bz>", "Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add the following to your `Cargo.toml`:

```toml
[dependencies]
cookie = "0.15"
cookie = "0.16"
```

See the [documentation](http://docs.rs/cookie) for detailed usage information.
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//! Add the following to the `[dependencies]` section of your `Cargo.toml`:
//!
//! ```toml
//! cookie = "0.15"
//! cookie = "0.16"
//! ```
//!
//! Then add the following line to your crate root:
Expand Down Expand Up @@ -76,7 +76,7 @@

#![cfg_attr(all(nightly, doc), feature(doc_cfg))]

#![doc(html_root_url = "https://docs.rs/cookie/0.15")]
#![doc(html_root_url = "https://docs.rs/cookie/0.16")]
#![deny(missing_docs)]

#[cfg(feature = "percent-encode")] extern crate percent_encoding;
Expand Down

0 comments on commit 5c560de

Please sign in to comment.