Skip to content

Commit

Permalink
update do newer tdo-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
h4llow3En committed Apr 14, 2017
1 parent 726f795 commit c70163f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tdo-export"
version = "0.1.1"
version = "0.1.2"
authors = ["Felix Wittwer <[email protected]>", "Felix Döring <[email protected]>"]
description = "The export module for tdo"

Expand All @@ -15,6 +15,6 @@ readme = "README.md"
include = [".gitignore", ".travis.yml", "Cargo.toml", "src/*.rs"]

[dependencies]
tdo-core = "0.1.0"
tdo-core = "0.1.1"
libc = "0.2"
colored = "1.4"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The export module for tdo.
```toml
#Cargo.toml
[dependencies]
tdo-export = "0.1.1"
tdo-export = "0.1.2"
```
## Documentation

Expand Down

0 comments on commit c70163f

Please sign in to comment.