File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22
33name = " intecture-api"
4- version = " 0.1.1 "
4+ version = " 0.2.0 "
55authors = [ " Peter Hayes <peter.hayes@betweenlines.co.uk>" ]
66license = " MPL-2.0"
77description = " API component for Intecture infrastructure. Intecture is the developer friendly, multi-lingual configuration management tool."
@@ -34,11 +34,10 @@ lazy_static = "0.1.*"
3434libc = " 0.2.*"
3535rustc-serialize = " 0.3.*"
3636regex = " 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
You can’t perform that action at this time.
0 commit comments