From aad6890f0f17aa2828dcbdb67a54b41b8a67ef51 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 2 Oct 2020 08:20:53 -0700 Subject: [PATCH] v0.2.0 Summary: Bumping the version as the manifest is very much incompatible with the previous one. Reviewed By: jknoxville Differential Revision: D24078358 fbshipit-source-id: 562a1216e8c913b18a2509b126402dbd56054c8d --- packer/Cargo.lock | 2 +- packer/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packer/Cargo.lock b/packer/Cargo.lock index eb5f353be..1812dd232 100644 --- a/packer/Cargo.lock +++ b/packer/Cargo.lock @@ -272,7 +272,7 @@ dependencies = [ [[package]] name = "flipper-packer" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "clap", diff --git a/packer/Cargo.toml b/packer/Cargo.toml index 3f98f715e..6d24de2f2 100644 --- a/packer/Cargo.toml +++ b/packer/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT" repository = "https://github.com/facebook/flipper.git" keywords = ["flipper", "cli"] categories = ["development-tools"] -version = "0.1.0" +version = "0.2.0" authors = ["Facebook, Inc."] edition = "2018"