Show More
@@ -9,11 +9,11 b" name='rusthg'" | |||||
9 | crate-type = ["cdylib"] |
|
9 | crate-type = ["cdylib"] | |
10 |
|
10 | |||
11 | [dependencies] |
|
11 | [dependencies] | |
12 |
cpython = { version = "0.7. |
|
12 | cpython = { version = "0.7.1", features = ["extension-module"] } | |
13 |
crossbeam-channel = "0.5. |
|
13 | crossbeam-channel = "0.5.6" | |
14 | hg-core = { path = "../hg-core"} |
|
14 | hg-core = { path = "../hg-core"} | |
15 |
libc = "0.2.1 |
|
15 | libc = "0.2.137" | |
16 |
log = "0.4.1 |
|
16 | log = "0.4.17" | |
17 |
env_logger = "0.9. |
|
17 | env_logger = "0.9.3" | |
18 | stable_deref_trait = "1.2.0" |
|
18 | stable_deref_trait = "1.2.0" | |
19 | vcsgraph = "0.2.0" |
|
19 | vcsgraph = "0.2.0" |
General Comments 0
You need to be logged in to leave comments.
Login now