Skip to content

Commit

Permalink
Merge pull request #782 from Stranger6667/dd/fix-example-requirements
Browse files Browse the repository at this point in the history
docs: Add missing `serde` requirement in example
  • Loading branch information
Fishrock123 authored Jan 27, 2021
2 parents a3a5abf + bec631f commit 3e27aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
//! # Example, use the version numbers you need
//! tide = "0.14.0"
//! async-std = { version = "1.6.0", features = ["attributes"] }
//! serde = { version = "1.0", features = ["derive"] }
//!```
//!
//! # Examples
Expand Down

0 comments on commit 3e27aa2

Please sign in to comment.