mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-12 09:26:51 +00:00
Comment the allocator feature
Prevents it from turning on with --all-features, forcing nightly.
This commit is contained in:
parent
3d9b9b178c
commit
35ca220bcc
1 changed files with 2 additions and 1 deletions
|
@ -16,4 +16,5 @@ rustdoc-args = ["--cfg", "docsrs"]
|
|||
zeroize = "1.5"
|
||||
|
||||
[features]
|
||||
allocator = []
|
||||
# Commented for now as it requires nightly and we don't use nightly
|
||||
# allocator = []
|
||||
|
|
Loading…
Reference in a new issue