From 7cabe203dc9d81ee9d67452e54adae76551f8bda Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 25 Oct 2018 09:03:27 -0700 Subject: [PATCH] Sync version with top-level Cargo.toml --- common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Cargo.toml b/common/Cargo.toml index b119286c85..15965278f3 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana_program_interface" -version = "0.1.0" +version = "0.10.0" authors = ["Solana Maintainers "] [dependencies]