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

Add interface crate features #25

Merged
merged 3 commits into from
Nov 20, 2024
Merged

Add interface crate features #25

merged 3 commits into from
Nov 20, 2024

Conversation

febo
Copy link
Contributor

@febo febo commented Nov 20, 2024

Problem

Currently, the interface crate requires serde dependencies since instruction creation use Instruction::new_with_bincode.

Solution

Add a "bincode" and "serde" features to the interface crate. Instruction creation is only available using the "bincode" feature, which would also enable the "serde" feature.

@febo febo requested a review from joncinque November 20, 2024 00:54
Copy link
Contributor

@joncinque joncinque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a couple of questions, then we can get this in

interface/src/lib.rs Outdated Show resolved Hide resolved
interface/Cargo.toml Show resolved Hide resolved
@febo febo merged commit 1d1f1c4 into main Nov 20, 2024
7 checks passed
@febo febo deleted the febo/bincode branch November 20, 2024 13:14
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.

2 participants