Skip to content

Commit bf31ac2

Browse files
task-killswitch: release 0.1.1
1 parent 44eca59 commit bf31ac2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ serde_with = { version = "3.3", default-features = false }
6161
slog-scope = { version = "4.0" }
6262
slog-stdlog = { version = "4.1.1" }
6363
smallvec = { version = "1.10", default-features = false }
64-
task-killswitch = { version = "0.1.0", path = "./task-killswitch" }
64+
task-killswitch = { version = "0.1.1", path = "./task-killswitch" }
6565
thiserror = { version = "1" }
6666
tokio = { version = "1.44", default-features = false }
6767
tokio-quiche = { version = "0.10.0", path = "./tokio-quiche" }

task-killswitch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "task-killswitch"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
repository = { workspace = true }
55
edition = { workspace = true }
66
license = { workspace = true }

0 commit comments

Comments
 (0)