Skip to content
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.

Commit

Permalink
Update to 0.13 (#80)
Browse files Browse the repository at this point in the history
* Bump rust-toolchain to nightly-2018-11-12

* Bump fixed-hash and uint dependencies

No longer use their beta versions.
- fixed-hash 0.3.0
- uint 0.5.0

* Bump version to 0.13.0

* Update README to use version 0.13
  • Loading branch information
Robbepop authored and NikVolf committed Nov 12, 2018
1 parent b6a0c04 commit 37397b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pwasm-std"
version = "0.12.0"
version = "0.13.0"
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Sergey Shulepov <s.pepyakin@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand All @@ -13,8 +13,8 @@ categories = ["no-std", "embedded"]
exclude = [ "demo/*" ]

[dependencies]
fixed-hash = { version = "0.3.0-beta", default-features = false }
uint = { version = "0.5.0-beta", default-features = false }
fixed-hash = { version = "0.3.0", default-features = false }
uint = { version = "0.5.0", default-features = false }
byteorder = { version = "1", default-features = false }
pwasm-alloc = { path = "alloc", version = "0.4" }
pwasm-libc = { path = "libc", version = "0.2" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ Parity WASM contracts standard library for Rust
Just add a dependency
```toml
[dependencies]
pwasm-std = "0.12"
pwasm-std = "0.13"
```

Test `pwasm-std` with
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
@@ -1 +1 @@
nightly-2018-11-08
nightly-2018-11-12

0 comments on commit 37397b7

Please sign in to comment.