diff options
| author | Max Audron <audron@cocaine.farm> | 2021-11-29 14:08:02 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-11-29 14:08:02 +0100 |
| commit | 81862f5c0ee9676626bb30d8138598c122a2ed1f (patch) | |
| tree | a04bfa405de0a0fa6683c760f4f3be1169b8c185 /Cargo.toml | |
| parent | statetracker: rewrite sync handling (diff) | |
remove no longer needed feature flag so we can compile on rust stable
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,6 +53,8 @@ sender-prefixes = [] # Support for exchangeable auth backends authenticators = [] +# Enable the test crate/feature for running benchmarks +bench = [] default = ["client"] |
