File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 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.15 .0"
56+ tide = " 0.16 .0"
5757async-std = { version = " 1.8.0" , features = [" attributes" ] }
5858serde = { version = " 1.0" , features = [" derive" ] }
5959```
@@ -167,8 +167,8 @@ This describes the minimum behavior expected from all contributors.
167167
168168Licensed under either of
169169
170- - Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http ://www.apache.org/licenses/LICENSE-2.0)
171- - MIT license ([LICENSE-MIT](LICENSE-MIT) or http ://opensource.org/licenses/MIT)
170+ - Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or https ://www.apache.org/licenses/LICENSE-2.0)
171+ - MIT license ([LICENSE-MIT](LICENSE-MIT) or https ://opensource.org/licenses/MIT)
172172
173173at your option.
174174
You can’t perform that action at this time.
0 commit comments