File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " tide"
3- version = " 0.13 .0"
3+ version = " 0.14 .0"
44description = " A minimal and pragmatic Rust web application framework built for rapid development"
55authors = [
66 " Aaron Turon <[email protected] >" ,
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
5353
5454``` toml
5555# Example, use the version numbers you need
56- tide = " 0.13 .0"
56+ tide = " 0.14 .0"
5757async-std = { version = " 1.6.0" , features = [" attributes" ] }
5858```
5959
Original file line number Diff line number Diff line change 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//!
You can’t perform that action at this time.
0 commit comments