summaryrefslogtreecommitdiff
path: root/crates/fslock-guard
diff options
context:
space:
mode:
Diffstat (limited to 'crates/fslock-guard')
-rw-r--r--crates/fslock-guard/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/fslock-guard/Cargo.toml b/crates/fslock-guard/Cargo.toml
index 729a636f0..dce4f8a9c 100644
--- a/crates/fslock-guard/Cargo.toml
+++ b/crates/fslock-guard/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fslock-guard"
-version = "0.3.0"
+version = "0.4.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
license = "MIT OR Apache-2.0"
@@ -20,7 +20,7 @@ fslock = { version = "0.2.0", package = "fslock-arti-fork" }
thiserror = "2"
[dev-dependencies]
-test-temp-dir = { version = "0.4.0", path = "../test-temp-dir" }
+test-temp-dir = { version = "0.5.0", path = "../test-temp-dir" }
[package.metadata.docs.rs]
all-features = true