Skip to content

Commit f1b5a11

Browse files
committed
chore: updated feature flag in build
1 parent caa7d0f commit f1b5a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
pname = "fmo_server";
6969
version = "0.1.0";
7070
src = rustSrc;
71-
cargoExtraArgs = "--package=fmo_server --features=stability_pool_v1";
71+
cargoExtraArgs = "--package=fmo_server --features=stability_pool";
7272
RUSTFLAGS = "--cfg tokio_unstable";
7373
});
7474
in

0 commit comments

Comments
 (0)