Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto committed Aug 20, 2021
1 parent 52518fc commit cf3f6f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,11 +1,11 @@
# SewUp

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/second-state/SewUp/CI)
[![Generic badge](https://img.shields.io/badge/sewup-0.0.9-green.svg)](https://crates.io/crates/sewup)
[![Generic badge](https://img.shields.io/badge/sewup-0.0.10-green.svg)](https://crates.io/crates/sewup)
[![Generic badge](https://img.shields.io/badge/SewUpDoc-main-green.svg)](https://second-state.github.io/SewUp/sewup/)
[![Generic badge](https://img.shields.io/badge/sewup_derive-0.0.9-green.svg)](https://crates.io/crates/sewup-derive)
[![Generic badge](https://img.shields.io/badge/sewup_derive-0.0.10-green.svg)](https://crates.io/crates/sewup-derive)
[![Generic badge](https://img.shields.io/badge/SewUpDeriveDoc-main-green.svg)](https://second-state.github.io/SewUp/sewup_derive/)
[![Generic badge](https://img.shields.io/badge/cargo_sewup-0.0.9-green.svg)](https://crates.io/crates/cargo-sewup)
[![Generic badge](https://img.shields.io/badge/cargo_sewup-0.0.10-green.svg)](https://crates.io/crates/cargo-sewup)

**S**econdstate **EW**asm **U**tility **P**rogram, a library helps you sew up your Ethereum project with Rust and just like development in a common backend.
There is an [issue](https://github.com/second-state/SewUp/issues/116) on building document on Doc.rs, please kindly use the [document](https://second-state.github.io/SewUp/sewup/) of master instead.
Expand Down
2 changes: 1 addition & 1 deletion sewup/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ serde-value = "0.7.0"
toml = "0.5.8"
ewasm_api = { version = "0.11.0", default-features = false, features = ["std", "qimalloc"], package = "ss_ewasm_api" }
tiny-keccak = { version = "2.0.2", features = ["sha3", "keccak"] }
sewup-derive = { version = "0.0.10", path = "../sewup-derive" }
sewup-derive = { version = "0.0.10" }
bincode = "1.3"
cryptoxide = "0.3.3"
hex-literal = "0.3.1"
Expand Down

0 comments on commit cf3f6f8

Please sign in to comment.