This commit is contained in:
jhlx 2021-12-07 21:36:41 -05:00
parent db9247f85e
commit 537a8c576f
3 changed files with 3 additions and 3 deletions

2
dex/Cargo.lock generated
View File

@ -982,7 +982,7 @@ dependencies = [
[[package]]
name = "serum_dex"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"arbitrary",
"arrayref",

View File

@ -1,6 +1,6 @@
[package]
name = "serum_dex"
version = "0.5.0"
version = "0.5.1"
description = "Serum DEX"
repository = "https://github.com/project-serum/serum-dex"
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "serum-dex-permissioned"
version = "0.5.0"
version = "0.5.1"
edition = "2018"
[dependencies]