From 2e2ca049d09a17a8566a2bba1e31d41c1a09c70a Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 9 Aug 2019 14:48:39 +0800 Subject: [PATCH] chore: bump flatbuffers-verifier to 0.2.1 --- flatbuffers-verifier/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatbuffers-verifier/Cargo.toml b/flatbuffers-verifier/Cargo.toml index af67ee5..835b4b7 100644 --- a/flatbuffers-verifier/Cargo.toml +++ b/flatbuffers-verifier/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flatbuffers-verifier" -version = "0.2.0" +version = "0.2.1" authors = ["Nervos Core Dev "] repository = "https://github.com/nervosnetwork/cfb" categories = ["data-structures", "encoding", "memory-management"]