pin vk-parse to crates.io
This commit is contained in:
parent
c4e9feb9b7
commit
21a4eef1f8
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
target
|
target
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
!examples/Cargo.lock
|
!examples/Cargo.lock
|
||||||
|
.idea
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||||
authors = ["Maik Klein <maikklein@googlemail.com>"]
|
authors = ["Maik Klein <maikklein@googlemail.com>"]
|
||||||
|
|
||||||
[dependencies]
|
[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/terrybrashaw/vkxml"}
|
||||||
#vkxml = {git = "https://github.com/maikklein/vkxml"}
|
#vkxml = {git = "https://github.com/maikklein/vkxml"}
|
||||||
nom = "4.0"
|
nom = "4.0"
|
||||||
|
|
Loading…
Reference in a new issue