From 7d1d41538417aa8721aabea9503bf9d99eab7cc4 Mon Sep 17 00:00:00 2001 From: Armani Ferrante Date: Mon, 31 May 2021 11:41:16 -0700 Subject: [PATCH] v0.3.1 (#129) --- dex/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dex/Cargo.toml b/dex/Cargo.toml index 2650532b..f23b84c6 100644 --- a/dex/Cargo.toml +++ b/dex/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "serum_dex" -version = "0.3.0" +version = "0.3.1" description = "Serum DEX" repository = "https://github.com/project-serum/serum-dex" edition = "2018"