diff --git a/Cargo.lock b/Cargo.lock index f524f6abe5..315e275342 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2067,7 +2067,7 @@ dependencies = [ [[package]] name = "pathfinder" -version = "0.3.7" +version = "0.3.8" dependencies = [ "anyhow", "assert_matches", diff --git a/crates/pathfinder/Cargo.toml b/crates/pathfinder/Cargo.toml index e050f38173..37b04cd88d 100644 --- a/crates/pathfinder/Cargo.toml +++ b/crates/pathfinder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathfinder" -version = "0.3.7" +version = "0.3.8" edition = "2021" license = "MIT OR Apache-2.0" rust-version = "1.62"