Skip to content

Commit

Permalink
Version solana-sdk-bpf-test and spl-memo for crates.io (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots authored Jul 1, 2020
1 parent 5e4dcbb commit 6e6f3c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions memo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "spl-memo"
version = "1.0.0"
version = "1.0.1"
description = "Solana Program Library Memo"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana-program-library"
Expand All @@ -12,7 +12,7 @@ edition = "2018"

[dependencies]
solana-sdk = { version = "1.2.4", default-features = false, features=["program"] }
solana-sdk-bpf-test = { path = "../bin/bpf-sdk/rust/test", default-features = false }
solana-sdk-bpf-test = { version = "1.2.4", default-features = false }

[lib]
name = "spl_memo"
Expand Down

0 comments on commit 6e6f3c8

Please sign in to comment.