Skip to content

Commit

Permalink
cargo feature cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Jul 24, 2024
1 parent e6be70a commit 0c18037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
cargo-udeps
cargo-deny
cargo-wasi
#cargo-semver-checks
cargo-semver-checks
nixpkgs-fmt
];

Expand Down
1 change: 1 addition & 0 deletions src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ from-finch = ["dep:finch"]
parallel = ["dep:rayon"]
maturin = []
branchwater = ["dep:rocksdb", "parallel"]
rkyv = ["dep:rkyv"]
default = []

[dependencies]
Expand Down

0 comments on commit 0c18037

Please sign in to comment.