diff options
author | David Blajda <blajda@hotmail.com> | 2018-12-27 23:25:08 +0000 |
---|---|---|
committer | David Blajda <blajda@hotmail.com> | 2018-12-27 23:25:08 +0000 |
commit | ef79b98aab6aa9ee3370b41f85899cd608be5dba (patch) | |
tree | 8dd8f0537ebb4bba33ae681d854246382ea0fc0b /Cargo.toml | |
parent | e293f486b97b2226fa22c5299ce5065b6fa7a5c1 (diff) |
Implement Into for IntId
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "twitch_api" -version = "0.0.31" +version = "0.0.32" authors = ["David Blajda <blajda@hotmail.com>"] edition = "2018" |