diff --git a/Cargo.lock b/Cargo.lock index efdf483..f031b17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1029,7 +1029,7 @@ dependencies = [ [[package]] name = "dfint-installer" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 2af4318..3e3dd19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfint-installer" -version = "0.4.0" +version = "0.4.1" edition = "2021" build = "build.rs"