[Updated] D11945: rust: add vcsgraph crate as dependency
pacien (Pacien)
phabricator at mercurial-scm.org
Tue Dec 21 17:05:39 UTC 2021
Closed by commit rHG99a0b5422cf5: rust: add vcsgraph crate as dependency (authored by pacien).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11945?vs=31560&id=31564
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11945/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11945
AFFECTED FILES
rust/Cargo.lock
rust/hg-cpython/Cargo.toml
CHANGE DETAILS
diff --git a/rust/hg-cpython/Cargo.toml b/rust/hg-cpython/Cargo.toml
--- a/rust/hg-cpython/Cargo.toml
+++ b/rust/hg-cpython/Cargo.toml
@@ -28,3 +28,5 @@
log = "0.4.8"
env_logger = "0.7.1"
stable_deref_trait = "1.2.0"
+vcsgraph = "0.2.0"
+
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -369,6 +369,12 @@
]
[[package]]
+name = "hex"
+version = "0.4.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
+
+[[package]]
name = "hg-core"
version = "0.1.0"
dependencies = [
@@ -413,6 +419,7 @@
"libc",
"log",
"stable_deref_trait",
+ "vcsgraph",
]
[[package]]
@@ -987,6 +994,17 @@
checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
[[package]]
+name = "vcsgraph"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7"
+dependencies = [
+ "hex",
+ "rand",
+ "sha-1",
+]
+
+[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
To: pacien, #hg-reviewers, SimonSapin, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20211221/527d4b23/attachment-0002.html>
More information about the Mercurial-patches
mailing list