From da89ca43e377ab8ed254f0817daf9505ec0e3421 Mon Sep 17 00:00:00 2001 From: armaniferrante Date: Sun, 4 Jul 2021 19:14:39 -0700 Subject: [PATCH] Change lib name to serum-swap --- programs/swap/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/swap/Cargo.toml b/programs/swap/Cargo.toml index 05320c3..be8722b 100644 --- a/programs/swap/Cargo.toml +++ b/programs/swap/Cargo.toml @@ -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 = []