module: set tokio to unstable

This commit is contained in:
notohh 2024-06-20 10:05:02 -04:00
parent 6054dee431
commit e83c9ac4e0
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -38,6 +38,7 @@ in {
wantedBy = ["multi-user.target"]; wantedBy = ["multi-user.target"];
environment = { environment = {
RUST_LOG = cfg.log_level; RUST_LOG = cfg.log_level;
RUSTFLAGS = "--cfg tokio_unstable";
}; };
serviceConfig = { serviceConfig = {
EnvironmentFile = cfg.environmentFiles; EnvironmentFile = cfg.environmentFiles;