Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit f309df4

Browse files
authored
token-swap: Update package version to match crates (#1561)
1 parent a30e9f5 commit f309df4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

token-swap/program/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-token-swap"
3-
version = "0.1.0"
3+
version = "2.0.0"
44
description = "Solana Program Library Token Swap"
55
authors = ["Solana Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"
@@ -30,3 +30,6 @@ sim = { path = "./sim" }
3030

3131
[lib]
3232
crate-type = ["cdylib", "lib"]
33+
34+
[package.metadata.docs.rs]
35+
targets = ["x86_64-unknown-linux-gnu"]

0 commit comments

Comments
 (0)