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
This commit is contained in:
Pascal Hartig
2020-10-02 08:20:53 -07:00
committed by Facebook GitHub Bot
parent d477ed7818
commit aad6890f0f
2 changed files with 2 additions and 2 deletions

2
packer/Cargo.lock generated
View File

@@ -272,7 +272,7 @@ dependencies = [
[[package]] [[package]]
name = "flipper-packer" name = "flipper-packer"
version = "0.1.0" version = "0.2.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",

View File

@@ -5,7 +5,7 @@ license = "MIT"
repository = "https://github.com/facebook/flipper.git" repository = "https://github.com/facebook/flipper.git"
keywords = ["flipper", "cli"] keywords = ["flipper", "cli"]
categories = ["development-tools"] categories = ["development-tools"]
version = "0.1.0" version = "0.2.0"
authors = ["Facebook, Inc."] authors = ["Facebook, Inc."]
edition = "2018" edition = "2018"