Skip to content

Commit

Permalink
pcsc-sys: bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetech committed Apr 18, 2024
1 parent 351e02d commit 3056e4a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# pcsc-sys 1.2.1 (2024-04-18)

* Fix ``SCardControl`` on mac OS (use the newer ``SCardControl132`` symbol).

Contributed by Tang Cheng.

# pcsc 2.8.2 (2023-12-23)

* Make `pcsc::ffi` public again; accidentally regressed in 2.8.1.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pcsc-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pcsc-sys"
description = "Low-level bindings to the PC/SC C API"
version = "1.2.0"
version = "1.2.1"
license = "MIT"
keywords = ["pcsc", "smartcard"]
categories = ["hardware-support", "external-ffi-bindings"]
Expand Down

0 comments on commit 3056e4a

Please sign in to comment.