v0.2.0, add from_file

This commit is contained in:
2019-12-29 09:30:51 +08:00
parent 8d527d5b9c
commit 76b3a8cdd7

View File

@@ -16,6 +16,8 @@ pub fn main() -> Result<(), Box<dyn std::error::Error>> {
#### Changelog
* v0.2.0
* Add `DingTalk::from_file`, read token from file
* v0.1.2
* Add `Default::default()` support
* v0.1.1