Skip to content

Commit

Permalink
PM-17619: Small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonhurst committed Jan 31, 2025
1 parent f6e8e39 commit cdedc27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can find more information about the Windows WebAuthn API's [here](https://gi

To build this crate, set the following environment variables:

- `LIBCLANG_PATH` -> the path to `clang.dll` or `libclang.dll` for `bindgen`
- `LIBCLANG_PATH` -> the path to the `bin` directory of your LLVM install ([more info](https://rust-lang.github.io/rust-bindgen/requirements.html?highlight=libclang_path#installing-clang))

### Bash Example

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
mod pa;

pub fn get_version_number() -> u64 {
unsafe { pa::WebAuthNGetApiVersionNumber().into() }
unsafe { pa::WebAuthNGetApiVersionNumber() }.into()
}

pub fn add_authenticator() {
Expand Down

0 comments on commit cdedc27

Please sign in to comment.