Skip to content

Commit

Permalink
release: 0.1.1 (#59)
Browse files Browse the repository at this point in the history
* release 0.1.1

* Use near-sandbox-utils v0.1.1

- Bugfix for installing binaries
  • Loading branch information
ChaoticTempest authored Jan 24, 2022
1 parent 668a9af commit 0d33fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workspaces/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "workspaces"
version = "0.1.0"
version = "0.1.1"
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/near/workspaces-rs"
Expand Down Expand Up @@ -31,7 +31,7 @@ near-crypto = "0.5"
near-primitives = "0.5"
near-jsonrpc-primitives = "0.5"
near-jsonrpc-client = { version = "0.1", features = ["sandbox"] }
near-sandbox-utils = "0.1"
near-sandbox-utils = "0.1.1"

[build-dependencies]
near-sandbox-utils = "0.1"
Expand Down

0 comments on commit 0d33fe5

Please sign in to comment.