Merge pull request #887 from joshtriplett/update-version

Update version numbers in README and docs to 0.17
This commit is contained in:
Josh Triplett 2023-05-20 22:15:28 +02:00 committed by GitHub
commit 53042e08df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.16.0"
tide = "0.17.0"
async-std = { version = "1.8.0", features = ["attributes"] }
serde = { version = "1.0", features = ["derive"] }
```

View File

@ -10,7 +10,7 @@
//!
//! ```toml
//! # Example, use the version numbers you need
//! tide = "0.14.0"
//! tide = "0.17.0"
//! async-std = { version = "1.6.0", features = ["attributes"] }
//! serde = { version = "1.0", features = ["derive"] }
//!```