Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
chore(sector-builder): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laser committed Jun 20, 2019
1 parent 41e5a33 commit cbe8168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sector-builder-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ffi-toolkit = "0.3.0"
filecoin-proofs = "0.3.0"
filecoin-proofs-ffi = "0.4.0"
logging-toolkit = "0.3.0"
sector-builder = { version = "^0.1", path = "../sector-builder" }
sector-builder = { version = "^0.2", path = "../sector-builder" }

slog = "2.4.1"
failure = "0.1.5"
Expand Down
2 changes: 1 addition & 1 deletion sector-builder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sector-builder"
description = "Provides a database of sectors."
version = "0.1.0"
version = "0.2.0"
authors = ["dignifiedquire <[email protected]>", "laser <[email protected]>", "porcuquine <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand Down

0 comments on commit cbe8168

Please sign in to comment.