Merge pull request #97 from bzm3r/generator

pin vk-parse to crates.io
This commit is contained in:
Maik Klein 2018-08-18 07:55:30 +02:00 committed by GitHub
commit 20d5ba9f7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"