Skip to content

Commit 54bbc41

Browse files
committed
v0.14.0
1 parent 1c95cc1 commit 54bbc41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tide"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
description = "A minimal and pragmatic Rust web application framework built for rapid development"
55
authors = [
66
"Aaron Turon <aturon@mozilla.com>",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runtime. After running `cargo init` add the following lines to your
5353

5454
```toml
5555
# Example, use the version numbers you need
56-
tide = "0.13.0"
56+
tide = "0.14.0"
5757
async-std = { version = "1.6.0", features = ["attributes"] }
5858
```
5959

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//!
1111
//! ```toml
1212
//! # Example, use the version numbers you need
13-
//! tide = "0.13.0"
13+
//! tide = "0.14.0"
1414
//! async-std = { version = "1.6.0", features = ["attributes"] }
1515
//!```
1616
//!

0 commit comments

Comments
 (0)