This commit is contained in:
Armani Ferrante 2021-12-06 18:05:45 -05:00 committed by GitHub
parent f1a6be3c4c
commit bcedad83ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
anchor_version = "0.12.0"
anchor_version = "0.18.2"
[workspace]
members = [
@ -10,4 +10,4 @@ cluster = "localnet"
wallet = "~/.config/solana/id.json"
[programs.mainnet]
serum_dex = { address = "9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin", path = "./target/deploy/serum_dex.so" }
serum_dex = "9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin"

2
dex/Cargo.lock generated
View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "serum_dex"
version = "0.4.0"
version = "0.5.0"
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.1.0"
version = "0.5.0"
edition = "2018"
[dependencies]