mirror of
https://git.proxmox.com/git/proxmox
synced 2025-07-22 17:53:45 +00:00
remove async_await feature gate
then we can build with beta as well Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
01de528fc3
commit
eb4e28d7bf
@ -1,5 +1,3 @@
|
||||
#![feature(async_await)]
|
||||
|
||||
use std::io;
|
||||
use std::path::Path;
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
#![feature(async_await)]
|
||||
|
||||
use bytes::Bytes;
|
||||
use failure::{bail, Error};
|
||||
use serde_json::Value;
|
||||
|
@ -1,5 +1,3 @@
|
||||
#![feature(async_await)]
|
||||
|
||||
use bytes::Bytes;
|
||||
use failure::{bail, Error};
|
||||
use serde_json::{json, Value};
|
||||
|
@ -1,5 +1,3 @@
|
||||
#![feature(async_await)]
|
||||
|
||||
use bytes::Bytes;
|
||||
|
||||
use proxmox_api::cli;
|
||||
|
@ -1,5 +1,3 @@
|
||||
#![feature(async_await)]
|
||||
|
||||
use bytes::Bytes;
|
||||
use serde_json::Value;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user