Skip to content

Commit

Permalink
Make ffi public again
Browse files Browse the repository at this point in the history
With the release of 2.8.1 the ffi became private breaking
users of the crate
  • Loading branch information
nacho authored and bluetech committed Dec 23, 2023
1 parent e446ead commit 385f90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ use std::ptr::{null, null_mut};
use std::sync::Arc;

use bitflags::bitflags;
use pcsc_sys as ffi;
pub use pcsc_sys as ffi;

use ffi::{DWORD, LONG};

Expand Down

0 comments on commit 385f90d

Please sign in to comment.