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

Commit

Permalink
deprecate project (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
laser authored Nov 30, 2019
1 parent c42f34b commit 6db46a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Filecoin Sector Builder
# DEPRECATED

This repo is no longer supported. Please consider using
[filecoin-ffi](https://github.com/filecoin-project/filecoin-ffi) instead.

## Contributing

Expand Down
3 changes: 3 additions & 0 deletions sector-builder-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ readme = "README.md"
edition = "2018"
publish = false

[badges]
maintenance = { status = "deprecated" }

[lib]
# cdylib is required by the FFI example/test
crate-type = ["rlib", "cdylib", "staticlib"]
Expand Down
3 changes: 3 additions & 0 deletions sector-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ repository = "https://github.com/filecoin-project/rust-fil-proofs"
readme = "README.md"
publish = false

[badges]
maintenance = { status = "deprecated" }

[dependencies]
bitvec = "0.11"
failure = "0.1.5"
Expand Down

0 comments on commit 6db46a2

Please sign in to comment.