Skip to content

Commit

Permalink
feat: impl std::error::Error
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyc committed Nov 26, 2022
1 parent 70dd55c commit e35b447
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "natpmp"
version = "0.3.2"
version = "0.3.3"
authors = ["fengyingcai <[email protected]>"]
description = "NAT-PMP client library"
homepage = "https://github.com/fengyc/natpmp"
Expand Down
2 changes: 2 additions & 0 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,5 @@ impl fmt::Display for Error {
}
}
}

impl std::error::Error for Error {}

0 comments on commit e35b447

Please sign in to comment.