Compare commits

...

1 Commits

Author SHA1 Message Date
Benjamin Lipp
bf67344e86 feat: build with feature experiment_api 2025-01-10 01:09:03 +01:00

View File

@@ -50,6 +50,8 @@ rustPlatform.buildRustPackage {
cargoBuildOptions = [ "--package" package ];
cargoTestOptions = [ "--package" package ];
buildFeatures = [ "experiment_api" ];
doCheck = true;
cargoLock = {