token-swap: Bump crate version to 2.1.0 for release (#1573)

This commit is contained in:
Jon Cinque 2021-04-05 21:56:38 +02:00 committed by GitHub
parent 7f89183c0d
commit e8f59e42ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3946,7 +3946,7 @@ dependencies = [
[[package]] [[package]]
name = "spl-token-swap" name = "spl-token-swap"
version = "2.0.0" version = "2.1.0"
dependencies = [ dependencies = [
"arbitrary", "arbitrary",
"arrayref", "arrayref",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "spl-token-swap" name = "spl-token-swap"
version = "2.0.0" version = "2.1.0"
description = "Solana Program Library Token Swap" description = "Solana Program Library Token Swap"
authors = ["Solana Maintainers <maintainers@solana.foundation>"] authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana-program-library" repository = "https://github.com/solana-labs/solana-program-library"