From d80433ac6a41feba7d0dd69be7a19e7d7fcc1431 Mon Sep 17 00:00:00 2001 From: Wei Tang Date: Sat, 2 Sep 2017 03:43:05 +0800 Subject: [PATCH] stateful: release 0.6.8 --- stateful/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stateful/Cargo.toml b/stateful/Cargo.toml index 4473ea01..b03b9496 100644 --- a/stateful/Cargo.toml +++ b/stateful/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sputnikvm-stateful" -version = "0.6.7" +version = "0.6.8" license = "Apache-2.0" description = "Stateful SputnikVM wrapped with tries." authors = ["Wei Tang "]