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
forked fromdanburkert/fs2-rs

Commit7404ce9

Browse files
committed
publish 0.7.0
1 parentae05dc8 commit7404ce9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
key:${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
7979

8080
-name:test all features
81-
run:cargo test --features sync,tokio-async,std-async,smol-async
81+
run:cargo test --all-features
8282

8383
coverage:
8484
name:cargo tarpaulin

‎Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name ="fs4"
33
# NB: When modifying, also modify html_root_url in lib.rs
4-
version ="0.7.0-alpha.1"
4+
version ="0.7.0"
55
authors = ["Dan Burkert <dan@danburkert.com>","Al Liu <scygliu1@gmail.com>"]
66
license ="MIT/Apache-2.0"
77
repository ="https://github.com/al8n/fs4-rs"

‎src/windows.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ macro_rules! lock_impl {
4848
};
4949
}
5050

51-
#[cfg(any(feature ="smol-async", feature ="std-async", feature ="tokio-async"))]
51+
#[cfg(any(feature ="smol", feature ="async-std", feature ="tokio"))]
5252
pub(crate)mod async_impl;
5353
#[cfg(feature ="sync")]
5454
pub(crate)mod sync_impl;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp