Skip to content
This repository was archived by the owner on Dec 10, 2022. It is now read-only.

Commit c59d5b9

Browse files
author
Roman
authored
Merge pull request #22 from tox-rs/fix_crate
Release 0.0.4
2 parents 019c693 + 9df91f2 commit c59d5b9

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.0.4 (September 11, 2018)
2+
3+
* Use tox from crates.io (#22)
4+
15
# 0.0.3 (September 7, 2018)
26

37
* download libsodium v1.0.16 (#20)

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tox-node"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
authors = [
55
"Roman Proskuryakov <[email protected]>",
66
"Evgeny Kurnevsky <[email protected]>",
@@ -24,7 +24,7 @@ itertools = "0.7"
2424
log = "0.4"
2525
tokio = "0.1.7"
2626
tokio-codec = "0.1"
27-
tox = { git = "https://github.com/tox-rs/tox" }
27+
tox = "<= 0.1"
2828

2929
[target.'cfg(unix)'.dependencies]
3030
syslog = "4.0"

0 commit comments

Comments
 (0)