diff options
author | Sam Scott <sam.scott89@gmail.com> | 2017-09-21 21:18:09 +0100 |
---|---|---|
committer | Sam Scott <sam.scott89@gmail.com> | 2017-09-21 21:18:09 +0100 |
commit | d858a267697da48d56e099eac6860f5ab8e69e46 (patch) | |
tree | b5bb87b26bda03c99a51569caf026d6dafab1396 /examples | |
parent | d5fb549027a3f1167234bac1d0a5a63f306cf23e (diff) |
Bump version to 0.2.2.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/introduction.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/introduction.rs b/examples/introduction.rs index 4e69f16..cee6bdf 100644 --- a/examples/introduction.rs +++ b/examples/introduction.rs @@ -1,6 +1,4 @@ -extern crate csv; extern crate rand; -extern crate serde; #[macro_use] extern crate serde_derive; extern crate serde_qs as qs; |