Merge branch 'gva-only-x86-64' into 'dev'
deps: include gva module in x86_64 arch only See merge request nodes/typescript/duniter!1398
No related branches found
No related tags found
Showing
- Cargo.toml 3 additions, 6 deletionsCargo.toml
- rust-bins/duniter-cli/src/duniter_ts_args.rs 1 addition, 1 deletionrust-bins/duniter-cli/src/duniter_ts_args.rs
- rust-bins/duniter-cli/src/main.rs 3 additions, 3 deletionsrust-bins/duniter-cli/src/main.rs
- rust-libs/duniter-server/Cargo.toml 2 additions, 5 deletionsrust-libs/duniter-server/Cargo.toml
- rust-libs/duniter-server/src/lib.rs 2 additions, 2 deletionsrust-libs/duniter-server/src/lib.rs
- rust-libs/tests/duniter-integration-tests/Cargo.toml 1 addition, 1 deletionrust-libs/tests/duniter-integration-tests/Cargo.toml
... | ... | @@ -19,7 +19,6 @@ ctrlc = "3.1.6" |
daemonize-me = "0.3.1" | ||
dirs = "3.0.1" | ||
duniter-core = { git = "https://git.duniter.org/nodes/rust/duniter-core", features = ["bc-writer"] } | ||
duniter-gva-conf = { git = "https://git.duniter.org/nodes/rust/modules/duniter-gva", optional = true } | ||
log = "0.4.11" | ||
logwatcher = "0.1.1" | ||
nix = "0.17.0" | ||
... | ... | @@ -27,14 +26,12 @@ read_input = "0.8.4" |
serde_json = "1.0.53" | ||
structopt = "0.3.18" | ||
[target.'cfg(target_arch = "x86_64")'.dependencies] | ||
duniter-gva-conf = { git = "https://git.duniter.org/nodes/rust/modules/duniter-gva" } | ||
[dev-dependencies] | ||
rusty-hook = "0.11.2" | ||
[features] | ||
default = ["gva"] | ||
gva = ["duniter-gva-conf"] | ||
[workspace] | ||
members = [ | ||
"neon/native", | ||
... | ... |
Please register or sign in to comment