Skip to content

Commit

Permalink
docs: Add missing serde requirement in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Jan 24, 2021
1 parent a3a5abf commit bec631f
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 bec631f

Please sign in to comment.