Merge branch 'fix/dubp-remove-absolute-path'

This commit is contained in:
librelois 2021-02-12 18:17:46 +01:00
commit 135b2627da
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" }