module: set tokio to unstable
This commit is contained in:
parent
6054dee431
commit
e83c9ac4e0
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue