Skip to content

Commit

Permalink
bump to 0.0.3 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon authored Jul 30, 2022
1 parent 7324008 commit ac51d33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/rs-soroban-sdk"
authors = ["Stellar Development Foundation <[email protected]>"]
readme = "../README.md"
license = "Apache-2.0"
version = "0.0.2"
version = "0.0.3"
edition = "2021"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ repository = "https://github.com/stellar/rs-soroban-sdk"
authors = ["Stellar Development Foundation <[email protected]>"]
readme = "../README.md"
license = "Apache-2.0"
version = "0.0.2"
version = "0.0.3"
edition = "2021"

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
soroban-sdk-macros = { version = "0.0.2" }
soroban-sdk-macros = { version = "0.0.3" }
ed25519-dalek = { version = "1.0.1", optional = true }

[target.'cfg(target_family="wasm")'.dependencies]
Expand Down

0 comments on commit ac51d33

Please sign in to comment.