Skip to content

Commit

Permalink
release cargo-dinghy/0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Feb 13, 2019
1 parent 82efcd4 commit f563239
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
17 changes: 14 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cargo-dinghy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-dinghy"
version = "0.4.7-pre"
version = "0.4.7"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Cross-compilation made easier"
Expand All @@ -16,7 +16,7 @@ readme = "../README.md"
travis-ci = { repository = "snipsco/dinghy" }

[dependencies]
dinghy-lib = { path = "../dinghy-lib" }
dinghy-lib = "0.4.7"
error-chain = "0.11"
log = "0.4"
pretty_env_logger = "0.3"
Expand Down

0 comments on commit f563239

Please sign in to comment.