Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bellman): Remove allocator feature from default features #39

Merged
merged 2 commits into from
Nov 18, 2024

Conversation

popzxc
Copy link
Member

@popzxc popzxc commented Nov 12, 2024

Recently allocator was added to default features in bellman, which made it heavily dependent on nightly compiler.
We have code that should compile with stable, so this PR removes allocator from default features.
Where needed, it can be enabled explicitly.

@popzxc popzxc force-pushed the popzxc-stable-bellman branch from 649d2a4 to 5f2789f Compare November 12, 2024 06:14
@popzxc popzxc force-pushed the popzxc-stable-bellman branch from 5f2789f to cf48db5 Compare November 12, 2024 08:29
@popzxc popzxc requested review from saitima and robik75 November 13, 2024 05:18
@popzxc popzxc merged commit 9ecb5cd into main Nov 18, 2024
7 checks passed
@popzxc popzxc deleted the popzxc-stable-bellman branch November 18, 2024 15:09
robik75 pushed a commit that referenced this pull request Nov 18, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.30.7](v0.30.6...v0.30.7)
(2024-11-18)


### Features

* **bellman:** Remove allocator feature from default features
([#39](#39))
([9ecb5cd](9ecb5cd))


### Bug Fixes

* **boojum:** compute the correct number of PoW seed challenges
([#43](#43))
([8d2f5f7](8d2f5f7))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: zksync-era-bot <zksync-era-bot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants