Change lib name to serum-swap
This commit is contained in:
parent
d63f2c01e6
commit
da89ca43e3
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "serum-swap"
|
name = "serum-swap"
|
||||||
version = "0.3.0-beta.1"
|
version = "0.3.0-beta.2"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "Swap on the Serum DEX"
|
description = "Swap on the Serum DEX"
|
||||||
|
@ -9,7 +9,7 @@ repository = "https://github.com/project-serum/swap"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["cdylib", "lib"]
|
crate-type = ["cdylib", "lib"]
|
||||||
name = "swap"
|
name = "serum_swap"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
no-entrypoint = []
|
no-entrypoint = []
|
||||||
|
|
Loading…
Reference in New Issue