Skip to content

Commit 98474a0

Browse files
committed
feat: v3.9.15
1 parent 9f9c5dd commit 98474a0

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
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 = "recoverable-spawn"
3-
version = "3.9.14"
3+
version = "3.9.15"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

src/async/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
pub(crate) mod r#fn;
2-
1+
mod r#fn;
32
#[cfg(test)]
43
mod test;
54

src/common/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub(crate) mod r#trait;
2-
pub(crate) mod r#type;
1+
mod r#trait;
2+
mod r#type;
33

44
pub use {r#trait::*, r#type::*};

src/sync/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub(crate) mod r#fn;
1+
mod r#fn;
22

33
#[cfg(test)]
44
mod test;

0 commit comments

Comments
 (0)