Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed Oct 16, 2020
1 parent 1c95cc1 commit 54bbc41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "tide"
version = "0.13.0"
version = "0.14.0"
description = "A minimal and pragmatic Rust web application framework built for rapid development"
authors = [
"Aaron Turon <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runtime. After running `cargo init` add the following lines to your

```toml
# Example, use the version numbers you need
tide = "0.13.0"
tide = "0.14.0"
async-std = { version = "1.6.0", features = ["attributes"] }
```

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//!
//! ```toml
//! # Example, use the version numbers you need
//! tide = "0.13.0"
//! tide = "0.14.0"
//! async-std = { version = "1.6.0", features = ["attributes"] }
//!```
//!
Expand Down

0 comments on commit 54bbc41

Please sign in to comment.