diff --git a/Cargo.lock b/Cargo.lock index 3073393..d9e48cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -769,7 +769,7 @@ dependencies = [ [[package]] name = "dfint-installer" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "checksum", diff --git a/Cargo.toml b/Cargo.toml index c5d66e2..7e916d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfint-installer" -version = "0.1.1" +version = "0.1.2" edition = "2021" build = "build.rs"