Skip to content

Commit

Permalink
fix version in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Sep 4, 2023
1 parent 635d1bb commit 2002c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
categories = ["asynchronous", "network-programming"]
edition = "2021"
name = "tokio-graceful"
version = "0.2.0"
version = "0.1.0"
description = "util for graceful shutdown of tokio applications"
homepage = "https://github.com/plabayo/tokio-graceful"
readme = "README.md"
Expand Down

0 comments on commit 2002c0f

Please sign in to comment.