diff options
Diffstat (limited to 'crates/fslock-guard/Cargo.toml')
| -rw-r--r-- | crates/fslock-guard/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/fslock-guard/Cargo.toml b/crates/fslock-guard/Cargo.toml index 89cb35260..aafdbc781 100644 --- a/crates/fslock-guard/Cargo.toml +++ b/crates/fslock-guard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fslock-guard" -version = "0.7.0" +version = "0.8.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" license = "MIT OR Apache-2.0" @@ -28,5 +28,5 @@ libc = "0.2" windows-sys = { version = "0.61", features = ["Win32_Storage_FileSystem", "Win32_Foundation"] } [dev-dependencies] -test-temp-dir = { version = "0.7.0", path = "../test-temp-dir" } +test-temp-dir = { version = "0.8.0", path = "../test-temp-dir" } |
