Skip to content

Commit da89ca4

Browse files
Change lib name to serum-swap
1 parent d63f2c0 commit da89ca4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

programs/swap/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serum-swap"
3-
version = "0.3.0-beta.1"
3+
version = "0.3.0-beta.2"
44
edition = "2018"
55
license = "Apache-2.0"
66
description = "Swap on the Serum DEX"
@@ -9,7 +9,7 @@ repository = "https://github.com/project-serum/swap"
99

1010
[lib]
1111
crate-type = ["cdylib", "lib"]
12-
name = "swap"
12+
name = "serum_swap"
1313

1414
[features]
1515
no-entrypoint = []

0 commit comments

Comments
 (0)