Skip to content

Commit cd37d11

Browse files
committed
Version bump + deps
1 parent 8e7a264 commit cd37d11

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "intecture-api"
4-
version = "0.1.1"
4+
version = "0.2.0"
55
authors = [ "Peter Hayes <peter.hayes@betweenlines.co.uk>" ]
66
license = "MPL-2.0"
77
description = "API component for Intecture infrastructure. Intecture is the developer friendly, multi-lingual configuration management tool."
@@ -34,11 +34,10 @@ lazy_static = "0.1.*"
3434
libc = "0.2.*"
3535
rustc-serialize = "0.3.*"
3636
regex = "0.1.*"
37-
zfilexfer = { git = "https://github.com/betweenlines/zfilexfer.git", branch = "dev" }
37+
zfilexfer = { git = "https://github.com/betweenlines/zfilexfer.git", tag = "0.0.1" }
3838

3939
# Feature `remote-run`
40-
# czmq = { git = "https://github.com/petehayes102/rust-czmq.git", tag = "0.0.4", optional = true }
41-
czmq = { git = "https://github.com/petehayes102/rust-czmq.git", branch = "dev", optional = true }
40+
czmq = { git = "https://github.com/petehayes102/rust-czmq.git", tag = "0.0.5", optional = true }
4241

4342
[lib]
4443

0 commit comments

Comments
 (0)