Skip to content

Commit

Permalink
Specify version for solana-sdk-macro to enable crate.io publishing (s…
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmay authored Dec 23, 2019
1 parent 9f65d22 commit 352a367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ thiserror = "1.0"
ed25519-dalek = { version = "=1.0.0-pre.1", optional = true }
solana-crate-features = { path = "../crate-features", version = "0.23.0", optional = true }
solana-logger = { path = "../logger", version = "0.23.0", optional = true }
solana-sdk-macro = { path = "macro" }
solana-sdk-macro = { path = "macro", version = "0.23.0" }

[dev-dependencies]
tiny-bip39 = "0.6.2"

0 comments on commit 352a367

Please sign in to comment.