Skip to content

Commit 824e4fd

Browse files
committed
update: code
1 parent ed80708 commit 824e4fd

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "recoverable-spawn"
3-
version = "3.9.2"
3+
version = "3.9.3"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]
77
license = "MIT"
88
description = """A thread that supports automatic recovery from panics, allowing threads to restart after a panic. Useful for resilient and fault-tolerant concurrency in network and web programming."""
99
keywords = ["time", "hyperlane", "day", "format", "lang"]
10-
repository = "https://github.com/eastspire/recoverable-spawn.git"
10+
repository = "https://github.com/crates-dev/recoverable-spawn.git"
1111
categories = ["network-programming", "web-programming"]
1212
exclude = [
1313
"target",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![](https://img.shields.io/crates/v/recoverable-spawn.svg)](https://crates.io/crates/recoverable-spawn)
66
[![](https://img.shields.io/crates/d/recoverable-spawn.svg)](https://img.shields.io/crates/d/recoverable-spawn.svg)
77
[![](https://docs.rs/recoverable-spawn/badge.svg)](https://docs.rs/recoverable-spawn)
8-
[![](https://github.com/eastspire/recoverable-spawn/workflows/Rust/badge.svg)](https://github.com/eastspire/recoverable-spawn/actions?query=workflow:Rust)
8+
[![](https://github.com/crates-dev/recoverable-spawn/workflows/Rust/badge.svg)](https://github.com/crates-dev/recoverable-spawn/actions?query=workflow:Rust)
99
[![](https://img.shields.io/crates/l/recoverable-spawn.svg)](./LICENSE)
1010

1111
</center>

sh/publish.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

sh/test.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)