Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
snjax committed Jul 16, 2020
1 parent 717b719 commit 2b2fc4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions near-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ near-sdk-macros = { path = "../near-sdk-macros", version = "0.11.0"}
borsh = "0.6.1"
bs58 = "0.3"
base64 = "0.11.0"
near-vm-logic = {path = "../../nearcore/runtime/near-vm-logic", version = "0.9.1"}
near-runtime-fees = {path = "../../nearcore/runtime/near-runtime-fees", version = "0.9.1"}
near-vm-logic = {path = "../../nearcore/runtime/near-vm-logic", version = "1.0.0"}
near-runtime-fees = {path = "../../nearcore/runtime/near-runtime-fees", version = "1.0.0"}

[dev-dependencies]
serde_json = "1.0"
Expand Down

0 comments on commit 2b2fc4d

Please sign in to comment.