pin vk-parse to crates.io

This commit is contained in:
Brian Merchant 2018-08-17 12:26:32 -07:00
parent c4e9feb9b7
commit 21a4eef1f8
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
target
Cargo.lock
!examples/Cargo.lock
.idea

View file

@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Maik Klein <maikklein@googlemail.com>"]
[dependencies]
vk-parse = {git = "https://github.com/krolli/vk-parse"}
vk-parse = "0.1"
vkxml = {git = "https://github.com/terrybrashaw/vkxml"}
#vkxml = {git = "https://github.com/maikklein/vkxml"}
nom = "4.0"