diff options
author | Martin Fischer <martin@push-f.com> | 2021-01-19 22:49:09 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-01-19 23:17:45 +0100 |
commit | c55c4a49414f9dbcb637ba5ea765f4af9aebf807 (patch) | |
tree | 691a4a6838a19d5793002f4350c35302561d9152 /Cargo.toml | |
parent | e63998de1eb6c348438ecbf6334eb11ec9236bcb (diff) |
request: improve error handling with thiserrorv0.2.1
bump version to 0.2.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "sputnik" -version = "0.2.0" +version = "0.2.1" authors = ["Martin Fischer <martin@push-f.com>"] license = "MIT" description = "A lightweight layer on top of hyper to facilitate building web applications." @@ -22,4 +22,5 @@ httpdate = "0.3.2" mime = "0.3" rand = "0.7.3" sha2 = "0.9" -time = "0.2"
\ No newline at end of file +time = "0.2" +thiserror = "1.0"
\ No newline at end of file |