-
- Downloads
v0.44.1
Showing
- CHANGELOG.md 4 additions, 1 deletionCHANGELOG.md
- Cargo.lock 7 additions, 7 deletionsCargo.lock
- Cargo.toml 7 additions, 7 deletionsCargo.toml
- block/Cargo.toml 3 additions, 3 deletionsblock/Cargo.toml
- common/Cargo.toml 2 additions, 2 deletionscommon/Cargo.toml
- crypto/Cargo.toml 1 addition, 1 deletioncrypto/Cargo.toml
- documents-parser/Cargo.toml 2 additions, 2 deletionsdocuments-parser/Cargo.toml
- documents/Cargo.toml 2 additions, 2 deletionsdocuments/Cargo.toml
- wallet/Cargo.toml 2 additions, 2 deletionswallet/Cargo.toml
... | @@ -7,18 +7,18 @@ license = "AGPL-3.0" | ... | @@ -7,18 +7,18 @@ license = "AGPL-3.0" |
name = "dubp" | name = "dubp" | ||
readme = "README.md" | readme = "README.md" | ||
repository = "https://git.duniter.org/libs-dupb-rs-libs" | repository = "https://git.duniter.org/libs-dupb-rs-libs" | ||
version = "0.44.0" | version = "0.44.1" | ||
[lib] | [lib] | ||
path = "lib.rs" | path = "lib.rs" | ||
[dependencies] | [dependencies] | ||
dup-crypto = { path = "crypto", default-features = false, version = "0.44.0", features = ["scrypt"] } | dup-crypto = { path = "crypto", default-features = false, version = "0.44.1", features = ["scrypt"] } | ||
dubp-common = { path = "common", version = "0.44.0", features = ["crypto_scrypt"] } | dubp-common = { path = "common", version = "0.44.1", features = ["crypto_scrypt"] } | ||
dubp-wallet = { path = "wallet", version = "0.44.0", features = ["crypto_scrypt"] } | dubp-wallet = { path = "wallet", version = "0.44.1", features = ["crypto_scrypt"] } | ||
dubp-documents = { path = "documents", version = "0.44.0", features = ["crypto_scrypt"] } | dubp-documents = { path = "documents", version = "0.44.1", features = ["crypto_scrypt"] } | ||
dubp-documents-parser = { path = "documents-parser", version = "0.44.0", features = ["crypto_scrypt"] } | dubp-documents-parser = { path = "documents-parser", version = "0.44.1", features = ["crypto_scrypt"] } | ||
dubp-block = { path = "block", version = "0.44.0", features = ["crypto_scrypt"] } | dubp-block = { path = "block", version = "0.44.1", features = ["crypto_scrypt"] } | ||
[features] | [features] | ||
default = ["crypto_assembly"] | default = ["crypto_assembly"] | ||
... | ... |
Please register or sign in to comment