File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tide"
3
- version = " 0.13 .0"
3
+ version = " 0.14 .0"
4
4
description = " A minimal and pragmatic Rust web application framework built for rapid development"
5
5
authors = [
6
6
" Aaron Turon <aturon@mozilla.com>" ,
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ runtime. After running `cargo init` add the following lines to your
53
53
54
54
``` toml
55
55
# Example, use the version numbers you need
56
- tide = " 0.13 .0"
56
+ tide = " 0.14 .0"
57
57
async-std = { version = " 1.6.0" , features = [" attributes" ] }
58
58
```
59
59
Original file line number Diff line number Diff line change 10
10
//!
11
11
//! ```toml
12
12
//! # Example, use the version numbers you need
13
- //! tide = "0.13 .0"
13
+ //! tide = "0.14 .0"
14
14
//! async-std = { version = "1.6.0", features = ["attributes"] }
15
15
//!```
16
16
//!
You can’t perform that action at this time.
0 commit comments