feat: 1.7.11, update dependencies, change default features
This commit is contained in:
6
justfile
6
justfile
@@ -3,11 +3,11 @@ _:
|
||||
|
||||
# Install local
|
||||
install:
|
||||
cargo install --path .
|
||||
cargo install --no-default-features --features full --path .
|
||||
|
||||
# Default build release
|
||||
build:
|
||||
cargo build --release
|
||||
cargo build --no-default-features --features full --release
|
||||
|
||||
# Build release without features
|
||||
build-no-features:
|
||||
@@ -20,4 +20,4 @@ try-build-all:
|
||||
cargo build --no-default-features --features decrypt
|
||||
cargo build --no-default-features --features macos
|
||||
cargo build --no-default-features --features secure-enclave
|
||||
cargo build
|
||||
cargo build --no-default-features --features full
|
||||
|
||||
Reference in New Issue
Block a user