Change lib name to serum-swap

This commit is contained in:
armaniferrante 2021-07-04 19:14:39 -07:00
parent d63f2c01e6
commit da89ca43e3
No known key found for this signature in database
GPG Key ID: 58BEF301E91F7828
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "serum-swap"
version = "0.3.0-beta.1"
version = "0.3.0-beta.2"
edition = "2018"
license = "Apache-2.0"
description = "Swap on the Serum DEX"
@ -9,7 +9,7 @@ repository = "https://github.com/project-serum/swap"
[lib]
crate-type = ["cdylib", "lib"]
name = "swap"
name = "serum_swap"
[features]
no-entrypoint = []