Skip to content

Commit

Permalink
bounce version
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto committed Jul 9, 2021
1 parent 87f2c66 commit f08e34b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
@@ -1,11 +1,12 @@
# SewUp

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/second-state/SewUp/CI)
[![Generic badge](https://img.shields.io/badge/crate.io-0.0.3-green.svg)](https://crates.io/search?q=sewup)
[![Generic badge](https://img.shields.io/badge/sewup-0.0.4-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.4-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/)

**S**econdstate **EW**asm **U**tility **P**rogram, a library helps you sew up your Ethereum project with Rust and just like develop in a common backend.
**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.

## Slides
| Date | Event | Slides |
Expand Down
2 changes: 1 addition & 1 deletion sewup-derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sewup-derive"
version = "0.0.4"
version = "0.0.5"
authors = ["Antonio Yang <yanganto@gmail.com>"]
edition = "2018"
description = "Macros implementation for SewUp"
Expand Down
4 changes: 2 additions & 2 deletions sewup/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sewup"
version = "0.0.4"
version = "0.0.5"
authors = ["Antonio Yang <yanganto@gmail.com>"]
edition = "2018"
build="build.rs"
Expand All @@ -17,7 +17,7 @@ serde_derive = "1.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.4" }
sewup-derive = { version = "0.0.5", path = "../sewup-derive" }
bincode = "1.3"
cryptoxide = "0.3.3"

Expand Down

0 comments on commit f08e34b

Please sign in to comment.