Skip to content

Add usb-device v0.3 behind feature flag - #25

Open
daringer wants to merge 1 commit into
mainfrom
bd-stor
Open

Add usb-device v0.3 behind feature flag#25
daringer wants to merge 1 commit into
mainfrom
bd-stor

Conversation

@daringer

Copy link
Copy Markdown
Member

No description provided.

Comment thread src/lib.rs
#[cfg(feature = "usb-device-0-3")]
pub use usb_device_0_3 as usb_device;

#[cfg(not(any(feature = "usb-device-0-2", feature = "usb-device-0-3")))]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Same as ccid we should just do a major version bump

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