Skip to content

Commit

Permalink
v0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto committed Sep 3, 2021
1 parent c09d810 commit 4f9ef20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sewup/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sewup"
version = "0.0.12"
version = "0.1.0"
authors = ["Antonio Yang <yanganto@gmail.com>"]
edition = "2018"
build="build.rs"
Expand All @@ -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.12", path = "../sewup-derive" }
sewup-derive = { version = "0.1.0" }
bincode = "1.3"
cryptoxide = "0.3.3"
hex-literal = "0.3.1"
Expand Down

0 comments on commit 4f9ef20

Please sign in to comment.