Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
lrettig authored May 30, 2023
1 parent 333ec46 commit 4fe2841
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
]

[workspace.package]
version = "0.0.1"
version = "1.0.3"
authors = ["Lane Rettig <lane@spacemesh.io>"]
repository = "https://github.com/spacemeshos/spacemesh-sdk"
homepage = "https://spacemesh.io/"
Expand All @@ -15,11 +15,11 @@ edition = "2021"

[workspace.dependencies]
derivation-path = "0.2.0"
ed25519-bip32 = { path = "ed25519-bip32", version = "=0.0.1" }
ed25519-bip32 = { path = "ed25519-bip32", version = "=1.0.3" }
qstring = "0.7.2"
solana-sdk = "=1.14.17"
spacemesh-derivation-path = { path = "derivation-path", version = "=0.0.1" }
spacemesh-remote-wallet = { path = "remote-wallet", version = "=0.0.1" }
spacemesh-derivation-path = { path = "derivation-path", version = "=1.0.3" }
spacemesh-remote-wallet = { path = "remote-wallet", version = "=1.0.3" }
thiserror = "1.0.40"
uriparse = "0.6.4"

Expand Down

0 comments on commit 4fe2841

Please sign in to comment.