diff --git a/Cargo.lock b/Cargo.lock index 0247fbb55d6b..bdb6fd196148 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2072,7 +2072,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "forest" -version = "0.2.0" +version = "0.2.1" dependencies = [ "actor_interface", "async-log", diff --git a/forest/Cargo.toml b/forest/Cargo.toml index 34f37ad8f799..8b40ac8794a2 100644 --- a/forest/Cargo.toml +++ b/forest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forest" -version = "0.2.0" +version = "0.2.1" authors = ["ChainSafe Systems "] description = "Filecoin implementation in Rust. This command will start the daemon process." edition = "2018"