Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
tracy-codes committed Apr 5, 2023
1 parent c8f3a76 commit 951e663
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
]

[workspace.package]
version = "0.6.2"
version = "0.6.3"
authors = [
"Cavey Cool <caveycool@gmail.com>",
"Tracy <tracy@tracycodes.com>"
Expand Down
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ repository = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
shadow-drive-sdk = { path = "../sdk", version = "0.6.2" }
shadow-rpc-auth = { path = "../auth", version = "0.6.2" }
shadow-drive-sdk = { path = "../sdk", version = "0.6.3" }
shadow-rpc-auth = { path = "../auth", version = "0.6.3" }
tokio = { version = "^1", features = ["full"] }
anyhow = "1.0.65"
byte-unit = "4.0.14"
Expand Down
2 changes: 1 addition & 1 deletion py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ concat-arrays = "0.1.2"
ed25519-dalek = "1.0.1"
pyo3 = { version = "0.17.3", features = ["extension-module"] }
reqwest = "0.11.14"
shadow-drive-sdk = { path = "../sdk/", version = "0.6.2" }
shadow-drive-sdk = { path = "../sdk/", version = "0.6.3" }
tokio = { version = "1.14.1", features = ["full"] }
tokio-scoped = "0.2.0"
2 changes: 1 addition & 1 deletion sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Available on [crates.io](https://crates.io/crates/shadow-drive-rust).
Add the crate to your `Cargo.toml`.

```toml
shadow-drive-rust = "0.6.2"
shadow-drive-rust = "0.6.3"
```

### Examples
Expand Down

0 comments on commit 951e663

Please sign in to comment.