Skip to content

Commit

Permalink
v0.5.0 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
armaniferrante committed Dec 6, 2021
1 parent f1a6be3 commit bcedad8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dex/Anchor.toml
@@ -1,4 +1,4 @@
anchor_version = "0.12.0"
anchor_version = "0.18.2"

[workspace]
members = [
Expand All @@ -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 changes: 1 addition & 1 deletion dex/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dex/Cargo.toml
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dex/permissioned/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "serum-dex-permissioned"
version = "0.1.0"
version = "0.5.0"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit bcedad8

Please sign in to comment.