fix(dubp): remove absolute path

This commit is contained in:
poka 2021-02-12 01:56:08 +01:00 committed by librelois
parent 30b326bd5b
commit 48b419213c
2 changed files with 3 additions and 1 deletions

2
Cargo.lock generated
View File

@ -262,6 +262,8 @@ dependencies = [
[[package]]
name = "dup-crypto"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38f6b6eb9f9a9e92e70515090be3733857966f2a635564f36e78af047e63a1bf"
dependencies = [
"aes",
"arrayvec",

View File

@ -7,4 +7,4 @@ codegen-units = 1
debug = true
[patch.crates-io]
dup-crypto = { path = "/home/elois/dev/duniter/libs/dubp-rs-libs/crypto" }
#dup-crypto = { path = "/home/elois/dev/duniter/libs/dubp-rs-libs/crypto" }