From 9441389296dc77cd4e7a597e529521ea0adb0dc4 Mon Sep 17 00:00:00 2001 From: austinabell Date: Tue, 26 May 2020 10:43:37 -0400 Subject: [PATCH] Bump versions for release --- crypto/Cargo.toml | 2 +- encoding/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index 70d54374e0f7..44cc91f6f269 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -12,7 +12,7 @@ features = ["json"] [dependencies] address = { package = "forest_address", path = "../vm/address", version = "0.2" } -encoding = { package = "forest_encoding", path = "../encoding", version = "0.1" } +encoding = { package = "forest_encoding", path = "../encoding", version = "0.1.1" } libsecp256k1 = "0.3.4" bls-signatures = "0.6.0" serde = { version = "1.0", features = ["derive"] } diff --git a/encoding/Cargo.toml b/encoding/Cargo.toml index 9653094d95cb..20eea04c6e3e 100644 --- a/encoding/Cargo.toml +++ b/encoding/Cargo.toml @@ -2,7 +2,7 @@ name = "forest_encoding" description = "Filecoin encoding and decoding utilities for use in Forest" license = "MIT OR Apache-2.0" -version = "0.1.0" +version = "0.1.1" authors = ["ChainSafe Systems "] edition = "2018" repository = "https://github.com/ChainSafe/forest"