Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit660a701

Browse files
authored
Ensure OpenBSD hasuse std::io (#140)
* Ensure OpenBSD has `use std::io`Fix#139 andhttps://bugzilla.mozilla.org/show_bug.cgi?id=1666701* Version bump 0.3.1
1 parent5b27c97 commit660a701

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="authenticator"
3-
version ="0.3.0"
3+
version ="0.3.1"
44
authors = ["J.C. Jones <jc@mozilla.com>","Tim Taubert <ttaubert@mozilla.com>","Kyle Machulis <kyle@nonpolynomial.com>"]
55
keywords = ["ctap2","u2f","fido","webauthn"]
66
categories = ["cryptography","hardware-support","os"]

‎src/openbsd/device.rs‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
externcrate libc;
66

77
use std::ffi::OsString;
8+
use std::io;
89
use std::io::{Read,Result,Write};
910
use std::mem;
1011

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp