Commit Graph

3 Commits

Author SHA1 Message Date
Sebastian Thiel
b08b239e88 fix(json): assure we understand json errors
We would actually fail to decode an error, and then assume it's a valid
result, unwrapping another failed attempt to decode the json string
returned by the server.

Cause seems to be that the json error structure now conains an
additional field, 'error_uri'.

* we removed a debug printing ... .
* incremented version
2015-05-01 19:39:57 +02:00
Sebastian Thiel
df5fdc48a7 chore(lint): Added sublime-rustc linter config
Just practical !
[skip ci]
2015-05-01 15:41:18 +02:00
Sebastian Thiel
50b3f5e357 Bumped version to 0.1.0 2015-02-26 20:01:28 +01:00