feat: build with feature experiment_api

This commit is contained in:
Benjamin Lipp
2025-01-10 01:07:37 +01:00
parent d2539e445f
commit bf67344e86

View File

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