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

Commit 09c9915

Browse files
committed
Bump version to 1.0.0
1 parent 2e185aa commit 09c9915

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

feature-proposal/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ solana-cli-config = "1.4.8"
1515
solana-client = "1.4.8"
1616
solana-logger = "1.4.8"
1717
solana-sdk = "1.4.8"
18-
spl-feature-proposal = { version = "1.0.0-pre3", path = "../program", features = ["no-entrypoint"] }
18+
spl-feature-proposal = { version = "1.0", path = "../program", features = ["no-entrypoint"] }
1919

2020
[[bin]]
2121
name = "spl-feature-proposal"

feature-proposal/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-feature-proposal"
3-
version = "1.0.0-pre3"
3+
version = "1.0.0"
44
description = "Solana Program Library Feature Proposal Program"
55
authors = ["Solana Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

0 commit comments

Comments
 (0)