-
Notifications
You must be signed in to change notification settings - Fork 53
chore: bump rust-dashcore dependency to latest commit #3397
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,7 +32,6 @@ mod signer_simple; | |
| mod system; | ||
| mod token; | ||
| mod types; | ||
| mod unified; | ||
| mod utils; | ||
|
Comment on lines
32
to
35
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 Blocking: PR removes unified FFI exports but keeps shipped headers declaring The branch deletes source: codex 🤖 Fix this with AI agents
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @QuantumExplorer how are you updating the headers?? any script to generate them or I should use cbindgen cli directly?? |
||
| mod voting; | ||
|
|
||
|
|
@@ -65,7 +64,6 @@ pub use signer_simple::*; | |
| pub use system::*; | ||
| pub use token::*; | ||
| pub use types::*; | ||
| pub use unified::*; | ||
| pub use utils::*; | ||
| pub use voting::*; | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We stll have manager and there is a feature flag to enable or disable it. For some crates we need it enabled and for some of them - disabled.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tell me one crate that need the manager to be enable and other one that needs it to be disble